Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp44 void DebugInfoFinder::reset() { in reset()
53 void DebugInfoFinder::processModule(const Module &M) { in processModule()
86 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
93 void DebugInfoFinder::processType(DIType *DT) { in processType()
117 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
143 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
157 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()
173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
188 bool DebugInfoFinder::addType(DIType *DT) { in addType()
199 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DModuleDebugInfoPrinter.cpp30 DebugInfoFinder Finder;
60 for (DebugInfoFinder::iterator I = Finder.compile_unit_begin(), in print()
67 for (DebugInfoFinder::iterator I = Finder.subprogram_begin(), in print()
74 for (DebugInfoFinder::iterator I = Finder.global_variable_begin(), in print()
81 for (DebugInfoFinder::iterator I = Finder.type_begin(), in print()
DDebugInfo.cpp929 void DebugInfoFinder::processModule(Module &M) { in processModule()
980 void DebugInfoFinder::processLocation(DILocation Loc) { in processLocation()
997 void DebugInfoFinder::processType(DIType DT) { in processType()
1020 void DebugInfoFinder::processLexicalBlock(DILexicalBlock LB) { in processLexicalBlock()
1033 void DebugInfoFinder::processSubprogram(DISubprogram SP) { in processSubprogram()
1042 void DebugInfoFinder::processDeclare(DbgDeclareInst *DDI) { in processDeclare()
1058 bool DebugInfoFinder::addType(DIType DT) { in addType()
1070 bool DebugInfoFinder::addCompileUnit(DICompileUnit CU) { in addCompileUnit()
1082 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable DIG) { in addGlobalVariable()
1094 bool DebugInfoFinder::addSubprogram(DISubprogram SP) { in addSubprogram()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp54 void DebugInfoFinder::reset() { in reset()
63 void DebugInfoFinder::processModule(const Module &M) { in processModule()
77 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
107 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
118 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
125 void DebugInfoFinder::processType(DIType *DT) { in processType()
149 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
175 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
198 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()
214 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DCloning.h39 class DebugInfoFinder; variable
115 DebugInfoFinder *DIFinder = nullptr);
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dclone-module.ll6 ; achieved via DebugInfoFinder collecting all the DISubprogram's. However,
7 ; CloneFunctionInto was missing calls into DebugInfoFinder for functions w/o
Dclone-module-2.ll7 ; DISubprogram by DebugInfoFinder (making sure DISubprogram's don't get
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp281 Finder = new DebugInfoFinder(); in SetupFinder()
289 DebugInfoFinder* Finder;
448 DebugInfoFinder Finder; in TEST_F()
/external/llvm/include/llvm/IR/
DDebugInfo.h58 class DebugInfoFinder {
/external/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp29 DebugInfoFinder Finder;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfo.h65 class DebugInfoFinder {
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Ddebuginfofinder-multiple-cu.ll8 ; listed by DebugInfoFinder:
Ddebuginfofinder-imported-global-variable.ll3 ; This is to track DebugInfoFinder's ability to find the debug info metadata,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp28 DebugInfoFinder Finder;
/external/llvm/test/DebugInfo/Generic/
Ddebuginfofinder-multiple-cu.ll8 ; listed by DebugInfoFinder:
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp156 DebugInfoFinder DbgFinder; in EmitStartOfAsmFile()
159 for (DebugInfoFinder::iterator I = DbgFinder.compile_unit_begin(), in EmitStartOfAsmFile()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp447 Finder = new DebugInfoFinder(); in SetupFinder()
455 DebugInfoFinder* Finder;
640 DebugInfoFinder Finder; in TEST_F()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp308 DebugInfoFinder F; in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp309 DebugInfoFinder F; in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp43 DebugInfoFinder *DIFinder) { in CloneBasicBlock()
158 DebugInfoFinder DIFinder; in CloneFunctionInto()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp572 DebugInfoFinder DbgFinder; in collectLegacyDebugInfo()
578 for (DebugInfoFinder::iterator I = DbgFinder.compile_unit_begin(), in collectLegacyDebugInfo()
588 for (DebugInfoFinder::iterator I = DbgFinder.compile_unit_begin(), in collectLegacyDebugInfo()
593 for (DebugInfoFinder::iterator I = DbgFinder.global_variable_begin(), in collectLegacyDebugInfo()
601 for (DebugInfoFinder::iterator I = DbgFinder.subprogram_begin(), in collectLegacyDebugInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h791 class DebugInfoFinder {
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp772 DebugInfoFinder DbgFinder; in recordAndEmitFilenames()