summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-377/+0
* [DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss2014-12-191-2/+2
* [DebugInfo] Pass DWARFSection down to DWARFUnit constructor (NFC).Alexey Samsonov2014-10-081-7/+7
* [DebugInfo] Pass DWARFSection into DWARFUnitSection constructor (NFC).Alexey Samsonov2014-10-081-9/+7
* Factor the Unit section parsing into the DWARFUnitSection class.Frederic Riss2014-10-061-0/+15
* Introduce the DWARFUnitSection abstraction.Frederic Riss2014-09-151-2/+3
* [DWARF parser] Fix nasty memory corruption in .dwo files handling.Alexey Samsonov2014-09-051-11/+9
* Add a DWARFContext& member in DWARFUnit.Frederic Riss2014-09-041-6/+6
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* DWOHolder takes ownership of the argument constructor, use std::unique_ptr.Rafael Espindola2014-07-311-4/+5
* Use a reference instead of a pointer.Rafael Espindola2014-07-311-1/+1
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* [DWARF parser] Use distinction between DW_AT_ranges_base and DW_AT_GNU_ranges...Alexey Samsonov2014-06-131-8/+5
* [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...Alexey Samsonov2014-06-121-3/+9
* [DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.Alexey Samsonov2014-04-291-31/+24
* [DWARF parser] Make a few methods non-publicAlexey Samsonov2014-04-241-4/+4
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-241-12/+14
* [DWARF parser] Respect address ranges specified in compile unit DIE.Alexey Samsonov2014-04-181-0/+7
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-181-16/+9
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-12/+12
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-131-4/+5
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-221-2/+2
* DWARFUnit: kill dead code and make a couple of functions private. No function...Alexey Samsonov2013-10-311-24/+0
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-281-4/+1
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-281-8/+8
* Unbreak the build (from r191233)since we're calling printf.David Blaikie2013-09-231-0/+1
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-231-0/+391
OpenPOWER on IntegriCloud