summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFUnit.h
Commit message (Expand)AuthorAgeFilesLines
* 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