Home
last modified time | relevance | path

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

/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/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()