summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFUnit.h
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss2014-12-191-245/+0
* Add couple of missing 'override' keyword. NFC.Fariborz Jahanian2014-10-101-1/+1
* [DebugInfo] Pass DWARFSection down to DWARFUnit constructor (NFC).Alexey Samsonov2014-10-081-10/+10
* [DebugInfo] Pass DWARFSection into DWARFUnitSection constructor (NFC).Alexey Samsonov2014-10-081-14/+14
* Resolve ambiguity between llvm::make_unique and std::make_unique.Yaron Keren2014-10-061-2/+3
* Factor the Unit section parsing into the DWARFUnitSection class.Frederic Riss2014-10-061-2/+31
* Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...Frederic Riss2014-09-291-0/+4
* Fix DWARFUnitSection::getUnitForOffset().Frederic Riss2014-09-181-10/+2
* Make DWARFUnitSection final and change base class to non-virtual protected de...Frederic Riss2014-09-161-3/+4
* Fix a non-virtual destructor warning introduced in r217747.Frederic Riss2014-09-151-0/+2
* Fix ambiguous typedef introduced in r217747.Frederic Riss2014-09-151-2/+2
* Introduce the DWARFUnitSection abstraction.Frederic Riss2014-09-151-1/+49
* [DWARF parser] Fix nasty memory corruption in .dwo files handling.Alexey Samsonov2014-09-051-2/+2
* Add a DWARFContext& member in DWARFUnit.Frederic Riss2014-09-041-3/+8
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* DWOHolder takes ownership of the argument constructor, use std::unique_ptr.Rafael Espindola2014-07-311-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [DWARF parser] Make a few methods non-publicAlexey Samsonov2014-04-241-5/+5
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-241-5/+3
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-181-3/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-4/+3
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* DWARFUnit: kill dead code and make a couple of functions private. No function...Alexey Samsonov2013-10-311-14/+7
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-231-0/+175
OpenPOWER on IntegriCloud