Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp52 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
H A DDIBuilder.cpp752 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
791 DISubprogram *Fn = getDISubprogram(Scope); in createLabel()
H A DDebugInfo.cpp129 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h50 DISubprogram *getDISubprogram(const MDNode *Scope);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp296 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
H A DDwarfCompileUnit.cpp646 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp948 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()