Home
last modified time | relevance | path

Searched refs:getDISubprogram (Results 1 – 14 of 14) 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/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp130 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
/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/lib/Analysis/
DDebugInfo.cpp1106 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
1112 return getDISubprogram(DILexicalBlockFile(Scope).getContext()); in getDISubprogram()
1115 return getDISubprogram(DILexicalBlock(Scope).getContext()); in getDISubprogram()
DDIBuilder.cpp721 DISubprogram Fn(getDISubprogram(Scope)); in createLocalVariable()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h764 DISubprogram getDISubprogram(const MDNode *Scope);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp305 DISubprogram InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
1105 DISubprogram SP = getDISubprogram(Scope); in getFnDebugLoc()
1156 DISubprogram(getDISubprogram(DV.getContext())) in beginFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp398 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue; in emitGCNO()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp560 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp222 DISubprogram* getDISubprogram(SPIRVFunction *SF, Function *F){ in getDISubprogram() function in SPIRV::SPIRVToLLVMDbgTran
246 getDISubprogram(SI->getParent()->getParent(), in transDbgInfo()