Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugLoc.cpp51 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
H A DDIBuilder.cpp792 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
830 DISubprogram *Fn = getDISubprogram(Scope); in createLabel()
H A DDebugInfo.cpp132 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h54 DISubprogram *getDISubprogram(const MDNode *Scope);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp301 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
H A DDwarfCompileUnit.cpp659 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp901 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()