aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-01Sink dwarf unit length emission down into DwarfUnit::emitHeaderDavid Blaikie1-7/+0
2014-11-01Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...David Blaikie1-1/+0
2014-10-31Correct assert text from r220923David Blaikie1-1/+1
2014-10-30PR21408: Workaround the appearance of duplicate variables due to problems whe...David Blaikie1-1/+6
2014-10-24DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFileDavid Blaikie1-1/+1
2014-10-24DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...David Blaikie1-2/+1
2014-10-23DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...David Blaikie1-22/+1
2014-10-23DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.David Blaikie1-0/+32
2014-10-23Remove explicit (void) use of DwarfFile::DD that was accidentally left in r22...David Blaikie1-3/+1
2014-10-23[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.David Blaikie1-0/+23
2014-10-23[DebugInfo] Add DwarfDebug& to DwarfFile.David Blaikie1-4/+7
2014-09-11Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie1-3/+2
2014-04-25Encapsulate the DWARF string pool in a separate type.David Blaikie1-62/+3
2014-04-25Return DIE by reference instead of pointer from DwarfUnit::getUnitDieDavid Blaikie1-4/+4
2014-04-23Separate out the DWARF address pool into its own type/files.David Blaikie1-28/+0
2014-04-23clang-format r207010David Blaikie1-3/+2
2014-04-23Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie1-0/+244