Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp52 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
H A DDIBuilder.cpp747 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
786 DISubprogram *Fn = getDISubprogram(Scope); in createLabel()
H A DDebugInfo.cpp129 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h50 DISubprogram *getDISubprogram(const MDNode *Scope);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp301 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction()) && in beginFunction()
H A DDwarfCompileUnit.cpp646 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp946 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()