Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp81 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
H A DDebugInfo.cpp170 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h61 LLVM_ABI DISubprogram *getDISubprogram(const MDNode *Scope);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp314 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
H A DDwarfCompileUnit.cpp736 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp881 if (SP != getDISubprogram(Scope)) in emitProfileNotes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19627 {"_ZN4llvm15getDISubprogramEPKNS_6MDNodeE", "llvm::getDISubprogram(llvm::MDNode const*)"},