Searched refs:InlinedSP (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 516 auto *InlinedSP = DBuilder.createFunction( in CreateOldFunctionBodyAndDI() local 520 DBuilder.createAutoVariable(InlinedSP, "inlined", File, 5, StructType, true); in CreateOldFunctionBodyAndDI() 522 DBuilder.createLexicalBlockFile(InlinedSP, File), File, 1, 1); in CreateOldFunctionBodyAndDI()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 658 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE() local 661 DIE *OriginDIE = getAbstractSPDies()[InlinedSP]; in constructInlinedScopeDIE() 682 DD->addSubprogramNames(*CUNode, InlinedSP, *ScopeDIE); in constructInlinedScopeDIE()
|