Searched refs:InlinedSP (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 417 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/ |
D | DwarfCompileUnit.cpp | 440 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/ |
D | DwarfCompileUnit.cpp | 460 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/ |
D | DwarfDebug.cpp | 305 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()
|