Home
last modified time | relevance | path

Searched refs:DebugInfoFinder (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp53 void DebugInfoFinder::reset() { in reset()
62 void DebugInfoFinder::processModule(const Module &M) { in processModule()
76 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
106 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
117 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
124 void DebugInfoFinder::processType(DIType *DT) { in processType()
148 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
174 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
197 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()
213 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCloning.h39 class DebugInfoFinder; variable
112 DebugInfoFinder *DIFinder = nullptr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp28 DebugInfoFinder Finder;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h64 class DebugInfoFinder {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp309 DebugInfoFinder F; in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp43 DebugInfoFinder *DIFinder) { in CloneBasicBlock()
158 DebugInfoFinder DIFinder; in CloneFunctionInto()