Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugLoc.cpp52 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
DDebugInfo.cpp34 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
DDIBuilder.cpp581 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
/external/llvm/include/llvm/IR/
DDebugInfo.h37 DISubprogram *getDISubprogram(const MDNode *Scope);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h31 DISubprogram *getDISubprogram(const MDNode *Scope);
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h32 DISubprogram *getDISubprogram(const MDNode *Scope);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp52 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
DDIBuilder.cpp691 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
730 DISubprogram *Fn = getDISubprogram(Scope); in createLabel()
DDebugInfo.cpp43 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
/external/llvm-project/llvm/lib/IR/
DDebugLoc.cpp52 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
DDIBuilder.cpp735 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
774 DISubprogram *Fn = getDISubprogram(Scope); in createLabel()
DDebugInfo.cpp43 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp142 getDISubprogram(DIVar->getScope())->describes(MF->getFunction())) { in beginFunction()
DDwarfCompileUnit.cpp440 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp233 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
DDwarfCompileUnit.cpp535 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp284 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction()) && in beginFunction()
DDwarfCompileUnit.cpp608 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp560 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp748 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp945 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()