summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Check that all fields of a Unit Header are read.Igor Kudrin2019-12-241-12/+18
* DebugInfo: Don't use implicit zero addr_baseDavid Blaikie2019-12-181-6/+9
* Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-111-1/+3
* Revert "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-111-3/+1
* [DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified.Sourabh Singh Tomar2019-12-111-1/+3
* [llvm/DWARF] Return section offset from DWARFUnit::get{Loc,Rng}listOffsetPavel Labath2019-12-051-1/+1
* Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-8/+24
* Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-24/+8
* [DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-11-231-8/+24
* Recommit "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-201-0/+24
* Revert "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-201-24/+0
* [DWARF] Add an api to get "interpreted" location listsPavel Labath2019-11-201-0/+24
* DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...David Blaikie2019-11-151-0/+25
* DebugInfo: Templatize rnglist header parsing to setup for reuse with loclist ...David Blaikie2019-11-151-9/+10
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-151-3/+7
* DWARFDebugLoclists: Add an api to get the location lists of a DWARF unitPavel Labath2019-11-131-5/+13
* [DWARF] Fix referencing Range List Tables from CUs for DWARF64.Igor Kudrin2019-09-051-9/+12
* [DWARF] Fix reading 64-bit DWARF type units.Igor Kudrin2019-08-201-4/+4
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* DebugInfo/DWARF: Provide some (pretty half-hearted) error handling access whe...David Blaikie2019-08-091-17/+25
* Remove else-after-returnDavid Blaikie2019-08-081-3/+3
* DebugInfo/DWARF: Remove unused return type from DWARFUnit::extractDIEsIfNeededDavid Blaikie2019-08-071-64/+63
* Fix indentationDavid Blaikie2019-08-071-1/+1
* DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section namesDavid Blaikie2019-08-071-6/+6
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-20/+21
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-241-3/+3
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-181-1/+1
* llvm-dwarfdump: Don't error on mixed units using/not using str_offsetsDavid Blaikie2019-05-251-38/+77
* dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF6...David Blaikie2019-05-241-3/+10
* dwarfdump: Add a bit more DWARF64 supportDavid Blaikie2019-05-241-4/+8
* DebugInfo/DWARF: Minor expression simplificationDavid Blaikie2019-05-091-1/+1
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* libDebugInfo: Refactor error handling in range list parsingDavid Blaikie2018-12-221-11/+8
* Reapply: DebugInfo: Assume an absence of ranges or high_pc on a CU means the ...David Blaikie2018-12-211-21/+0
* Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the C...Eric Liu2018-12-171-0/+21
* DebugInfo: Assume an absence of ranges or high_pc on a CU means the CU is emp...David Blaikie2018-12-171-21/+0
* llvm-symbolizer: Avoid calling getFromOffset when the index entry is already ...David Blaikie2018-11-171-8/+14
* [DWARF][NFC] Refactor a function to return Optional<> instead of boolWolfgang Pieb2018-10-311-6/+4
* [DWARF] Revert r345546: Refactor range list extraction and dumpingWolfgang Pieb2018-10-311-53/+48
* [DWARF][NFC] Refactor range list extraction and dumpingWolfgang Pieb2018-10-291-48/+53
* [DWARF][NFC] cleanup (mostly leftovers from the implementation of string offs...Wolfgang Pieb2018-10-261-43/+31
* llvm-dwarfdump: Account for skeleton addr_base when dumping addresses in spli...David Blaikie2018-10-241-0/+10
* llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglistsDavid Blaikie2018-10-201-1/+1
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-11/+12
* [DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...Wolfgang Pieb2018-10-191-18/+30
* [dwarfdump] Verify compatibility of attribute TAGs.Jonas Devlieghere2018-09-211-0/+9
* Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...Alexander Kornienko2018-09-171-52/+47
* [DWARF] reposting r342048, which was reverted in r342056 due to buildbot Wolfgang Pieb2018-09-141-47/+52
* Reverting r342048, which caused UBSan failures in dsymutil.Wolfgang Pieb2018-09-121-52/+47
OpenPOWER on IntegriCloud