Searched refs:InfoHolder (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfDebug.cpp | 196 PrevLabel(nullptr), InfoHolder(A, "info_string", DIEValueAllocator), in DwarfDebug() 372 InfoHolder.getUnits().size(), DIUnit, Asm, this, &InfoHolder); in constructDwarfCompileUnit() 375 InfoHolder.addUnit(std::move(OwnedUnit)); in constructDwarfCompileUnit() 594 InfoHolder.computeSizeAndOffsets(); in finalizeModuleInfo() 682 InfoHolder.addScopeVariable(Scope, AbsDbgVariable.get()); in createAbstractVariable() 727 if (InfoHolder.addScopeVariable(Scope, RegVar.get())) in collectVariableInfoFromMMITable() 876 InfoHolder.addScopeVariable(&Scope, ConcreteVariables.back().get()); in createConcreteVariable() 1200 assert(InfoHolder.getScopeVariables().empty()); in endFunction() 1239 InfoHolder.getScopeVariables().clear(); in endFunction() 1262 Src = static_cast<DwarfCompileUnit &>(*InfoHolder.getUnits()[CUID]) in recordSourceLine() [all …]
|
| HD | DwarfDebug.h | 280 DwarfFile InfoHolder; variable 355 return InfoHolder.getUnits(); in getUnits()
|