Home
last modified time | relevance | path

Searched refs:getDISubprogram (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp51 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
H A DDIBuilder.cpp788 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
826 DISubprogram *Fn = getDISubprogram(Scope); in createLabel()
H A DDebugInfo.cpp128 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h50 DISubprogram *getDISubprogram(const MDNode *Scope);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp302 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
H A DDwarfCompileUnit.cpp658 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp895 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()