summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugInfoEntry.h
Commit message (Expand)AuthorAgeFilesLines
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-151-1/+4
* [DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.Alexey Samsonov2014-04-291-31/+5
* [C++] Use 'nullptr'.Craig Topper2014-04-281-9/+9
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-181-3/+5
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-131-3/+0
* Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.Alexey Samsonov2013-10-281-6/+0
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-281-3/+2
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-281-2/+7
* [DebugInfo] Delete dead code, simplify and fix code style for some existing c...Alexey Samsonov2013-10-171-12/+8
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-231-29/+23
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-271-1/+6
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-061-10/+15
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-081-3/+8
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-11/+43
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-171-2/+4
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-0/+7
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-051-2/+2
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-141-0/+4
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-141-0/+3
* Style & indentation tweaks.Benjamin Kramer2011-09-131-6/+3
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+131
OpenPOWER on IntegriCloud