summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-2/+2
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-261-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-10/+8
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-101-1/+1
* Add the ability for DWARFDie objects to get the parent DWARFDie.Greg Clayton2016-12-211-5/+5
* Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton2016-12-131-397/+2
* Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton2016-12-081-0/+9
* Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton2016-11-151-30/+26
* Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton2016-11-111-7/+2
* Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton2016-10-311-5/+5
* Import/update constants from the DWARF 5 public review draft document.Adrian Prantl2016-10-281-1/+1
* Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton2016-10-271-9/+15
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-15/+16
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-16/+15
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-15/+16
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-16/+15
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-041-15/+16
* Fix indentationDavid Blaikie2015-11-171-1/+1
* [DWARF parser] Add basic support for DWZ DWARF multifile extensions.Alexey Samsonov2015-05-191-8/+9
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+459
OpenPOWER on IntegriCloud