/external/llvm/lib/IR/ |
D | DebugLoc.cpp | 52 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
|
D | DebugInfo.cpp | 34 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
|
D | DIBuilder.cpp | 581 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 37 DISubprogram *getDISubprogram(const MDNode *Scope);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 53 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
|
D | DIBuilder.cpp | 689 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable() 728 DISubprogram *Fn = getDISubprogram(Scope); in createLabel()
|
D | DebugInfo.cpp | 44 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 32 DISubprogram *getDISubprogram(const MDNode *Scope);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | OProfileJITEventListener.cpp | 130 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DebugInfo.cpp | 1106 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()
|
D | DIBuilder.cpp | 721 DISubprogram Fn(getDISubprogram(Scope)); in createLocalVariable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 142 getDISubprogram(DIVar->getScope())->describes(MF->getFunction())) { in beginFunction()
|
D | DwarfCompileUnit.cpp | 440 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 207 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
|
D | DwarfCompileUnit.cpp | 460 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DebugInfo.h | 764 DISubprogram getDISubprogram(const MDNode *Scope);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 305 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/ |
D | GCOVProfiling.cpp | 398 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue; in emitGCNO()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 560 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 612 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 222 DISubprogram* getDISubprogram(SPIRVFunction *SF, Function *F){ in getDISubprogram() function in SPIRV::SPIRVToLLVMDbgTran 246 getDISubprogram(SI->getParent()->getParent(), in transDbgInfo()
|