Home
last modified time | relevance | path

Searched refs:InfoHolder (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp206 InfoHolder(A, "info_string", DIEValueAllocator), in DwarfDebug()
390 InfoHolder.getUnits().size(), DIUnit, Asm, this, &InfoHolder); in constructDwarfCompileUnit()
393 InfoHolder.addUnit(std::move(OwnedUnit)); in constructDwarfCompileUnit()
603 InfoHolder.computeSizeAndOffsets(); in finalizeModuleInfo()
693 InfoHolder.addScopeVariable(Scope, AbsDbgVariable.get()); in createAbstractVariable()
738 if (InfoHolder.addScopeVariable(Scope, RegVar.get())) in collectVariableInfoFromMMITable()
911 InfoHolder.addScopeVariable(&Scope, ConcreteVariables.back().get()); in createConcreteVariable()
1128 assert(InfoHolder.getScopeVariables().empty()); in endFunction()
1166 InfoHolder.getScopeVariables().clear(); in endFunction()
1187 Src = static_cast<DwarfCompileUnit &>(*InfoHolder.getUnits()[CUID]) in recordSourceLine()
[all …]
DDwarfDebug.h232 DwarfFile InfoHolder; variable
309 return InfoHolder.getUnits(); in getUnits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp317 InfoHolder(A, "info_string", DIEValueAllocator), in DwarfDebug()
435 (useAllLinkageNames() || InfoHolder.getAbstractSPDies().lookup(SP))) in addSubprogramNames()
523 InfoHolder.getUnits().size(), DIUnit, Asm, this, &InfoHolder); in getOrCreateDwarfCompileUnit()
526 InfoHolder.addUnit(std::move(OwnedUnit)); in getOrCreateDwarfCompileUnit()
670 (useSplitDwarf() ? SkeletonHolder : InfoHolder) in beginModule()
676 (useSplitDwarf() ? SkeletonHolder : InfoHolder) in beginModule()
843 InfoHolder.computeSizeAndOffsets(); in finalizeModuleInfo()
962 else if (InfoHolder.addScopeVariable(Scope, RegVar.get())) { in collectVariableInfoFromMFTable()
1135 InfoHolder.addScopeVariable(&Scope, ConcreteVariables.back().get()); in createConcreteVariable()
1432 assert(InfoHolder.getScopeVariables().empty()); in endFunctionImpl()
[all …]
DDwarfDebug.h244 DwarfFile InfoHolder; variable
332 return InfoHolder.getUnits(); in getUnits()