Searched refs:InfoHolder (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 195 InfoHolder(A, "info_string", DIEValueAllocator), in DwarfDebug() 370 InfoHolder.getUnits().size(), DIUnit, Asm, this, &InfoHolder); in constructDwarfCompileUnit() 373 InfoHolder.addUnit(std::move(OwnedUnit)); in constructDwarfCompileUnit() 595 InfoHolder.computeSizeAndOffsets(); in finalizeModuleInfo() 683 InfoHolder.addScopeVariable(Scope, AbsDbgVariable.get()); in createAbstractVariable() 729 if (InfoHolder.addScopeVariable(Scope, RegVar.get())) in collectVariableInfoFromMMITable() 908 InfoHolder.addScopeVariable(Scope, RegVar); in collectVariableInfo() 939 InfoHolder.addScopeVariable(Scope, ConcreteVariables.back().get()); in collectVariableInfo() 1200 assert(InfoHolder.getScopeVariables().empty()); in endFunction() 1239 InfoHolder.getScopeVariables().clear(); in endFunction() [all …]
|
D | DwarfDebug.h | 257 DwarfFile InfoHolder; variable 329 return InfoHolder.getUnits(); in getUnits()
|