Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp51 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
H A DDebugInfo.cpp152 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h58 DISubprogram *getDISubprogram(const MDNode *Scope);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp310 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
H A DDwarfCompileUnit.cpp705 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp903 if (isa<DILexicalBlockFile>(Scope) || SP != getDISubprogram(Scope)) in emitProfileNotes()