Searched refs:InfoHolder (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 205 PrevLabel(nullptr), InfoHolder(A, "info_string", DIEValueAllocator), in DwarfDebug() 391 InfoHolder.getUnits().size(), DIUnit, Asm, this, &InfoHolder); in constructDwarfCompileUnit() 394 InfoHolder.addUnit(std::move(OwnedUnit)); in constructDwarfCompileUnit() 619 InfoHolder.computeSizeAndOffsets(); in finalizeModuleInfo() 707 InfoHolder.addScopeVariable(Scope, AbsDbgVariable.get()); in createAbstractVariable() 752 if (InfoHolder.addScopeVariable(Scope, RegVar.get())) in collectVariableInfoFromMMITable() 901 InfoHolder.addScopeVariable(&Scope, ConcreteVariables.back().get()); in createConcreteVariable() 1221 assert(InfoHolder.getScopeVariables().empty()); in endFunction() 1260 InfoHolder.getScopeVariables().clear(); in endFunction() 1283 Src = static_cast<DwarfCompileUnit &>(*InfoHolder.getUnits()[CUID]) in recordSourceLine() [all …]
|
D | DwarfDebug.h | 264 DwarfFile InfoHolder; variable 330 return InfoHolder.getUnits(); in getUnits()
|