Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h31 DISubprogram *getDISubprogram(const MDNode *Scope);
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp748 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()