Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp417 auto *InlinedSP = in CreateOldFunctionBodyAndDI() local
421 DBuilder.createAutoVariable(InlinedSP, "inlined", File, 5, StructType, true); in CreateOldFunctionBodyAndDI()
423 DBuilder.createLexicalBlockFile(InlinedSP, File), File, 1, 1); in CreateOldFunctionBodyAndDI()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp440 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE() local
443 DIE *OriginDIE = DU->getAbstractSPDies()[InlinedSP]; in constructInlinedScopeDIE()
462 DD->addSubprogramNames(InlinedSP, *ScopeDIE); in constructInlinedScopeDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp460 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE() local
463 DIE *OriginDIE = getAbstractSPDies()[InlinedSP]; in constructInlinedScopeDIE()
482 DD->addSubprogramNames(InlinedSP, *ScopeDIE); in constructInlinedScopeDIE()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp305 DISubprogram InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE() local
306 DIE *OriginDIE = TheCU->getDIE(InlinedSP); in constructInlinedScopeDIE()
358 I = InlineInfo.find(InlinedSP); in constructInlinedScopeDIE()
361 InlineInfo[InlinedSP].push_back(std::make_pair(StartLabel, in constructInlinedScopeDIE()
363 InlinedSPNodes.push_back(InlinedSP); in constructInlinedScopeDIE()