summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add DwarfUnit::isDwoUnit and use it to generalize string creationDavid Blaikie2014-11-021-0/+2
* Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnitDavid Blaikie2014-11-021-0/+2
* Sink DwarfUnit::addExpr into DwarfCompileUnitDavid Blaikie2014-11-021-0/+3
* Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnitDavid Blaikie2014-11-021-0/+1
* Sink DwarfUnit::addLocationList down into DwarfCompileUnitDavid Blaikie2014-11-021-0/+3
* Sink DwarfUnit::addComplexAddress down into DwarfCompileUnitDavid Blaikie2014-11-021-0/+8
* Push DwarfUnit::addAddress down into DwarfCompileUnitDavid Blaikie2014-11-021-0/+3
* Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...David Blaikie2014-11-021-0/+5
* DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...David Blaikie2014-11-021-0/+15
* Don't bother creating LabelBegin for .dwo unitsDavid Blaikie2014-11-021-2/+5
* Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the sk...David Blaikie2014-11-021-16/+0
* Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p...David Blaikie2014-11-021-0/+10
* Sink dwarf unit length emission down into DwarfUnit::emitHeaderDavid Blaikie2014-11-011-0/+2
* Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...David Blaikie2014-11-011-0/+4
* Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.David Blaikie2014-11-011-0/+17
* Make DwarfCompileUnit::Skeleton more narrowly typed (DwarfCompileUnit* instea...David Blaikie2014-11-011-3/+3
* Sink DwarfUnit::Skeleton down into DwarfCompileUnitDavid Blaikie2014-11-011-0/+22
* Add DwarfCompileUnit::getSkeleton that returns DwarfCompileUnit* to avoid hav...David Blaikie2014-11-011-0/+4
* Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.David Blaikie2014-10-311-0/+2
* Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE into DwarfCompil...David Blaikie2014-10-311-1/+1
* Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.Frederic Riss2014-10-241-0/+4
* Sink the per-CU part of DwarfDebug::finishSubprogramDefinitions into DwarfCom...David Blaikie2014-10-101-0/+2
* Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC...David Blaikie2014-10-101-0/+2
* Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.David Blaikie2014-10-091-0/+2
* Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnitDavid Blaikie2014-10-091-0/+3
* Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.David Blaikie2014-10-091-0/+5
* Sink DwarfDebug.cpp::constructVariableDIE into DwarfCompileUnit.David Blaikie2014-10-091-0/+4
* Move DwarfUnit::constructVariableDIE down to DwarfCompileUnit, since it's onl...David Blaikie2014-10-091-0/+9
* Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-091-0/+4
* Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-091-0/+4
* Push DwarfDebug::attachRangesOrLowHighPC down into DwarfCompileUnitDavid Blaikie2014-10-091-0/+3
* Sink DwarfDebug::addScopeRangeList down into DwarfCompileUnitDavid Blaikie2014-10-091-0/+5
* Sink DwarfUnit::addSectionDelta into DwarfCompileUnit, the only place it's ne...David Blaikie2014-10-081-0/+4
* Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa...David Blaikie2014-10-081-0/+5
* Push DwarfDebug::constructScopeDIE down into DwarfCompileUnitDavid Blaikie2014-10-081-0/+4
* Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-041-0/+6
* Sink DwarfDebug::attachLowHighPC into DwarfCompileUnitDavid Blaikie2014-10-041-0/+2
* Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)David Blaikie2014-10-041-0/+67
* DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.David Blaikie2013-12-021-431/+0
* DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...David Blaikie2013-12-021-22/+38
* 80-column fixups.Eric Christopher2013-11-261-1/+2
* DebugInfo: Remove CompileUnit::constructTypeDIEImpl now that it's just a simp...David Blaikie2013-11-261-4/+0
* DebugInfo: Pubtypes: Coelesce pubtype registration with accelerator type regi...David Blaikie2013-11-261-7/+1
* In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher2013-11-211-3/+11
* Move DebugInfoOffset member near the other data member it helps describe.Eric Christopher2013-11-211-3/+3
* Reflow some documentation and remove whitespace comments. MoveEric Christopher2013-11-211-27/+10
* Add more documenation for the lookup tables data members.Eric Christopher2013-11-211-0/+3
* Reorder language in the CompileUnit description and add a comment.Eric Christopher2013-11-211-2/+3
* Constify the DIEs used for pubname and pubtype tables. PropagateEric Christopher2013-11-211-4/+4
* DebugInfo: Partial implementation of DWARF type units.David Blaikie2013-11-191-1/+12
OpenPOWER on IntegriCloud