/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 44 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/ |
D | ModuleDebugInfoPrinter.cpp | 30 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()
|
D | DebugInfo.cpp | 929 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/ |
D | DebugInfo.cpp | 54 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/ |
D | Cloning.h | 39 class DebugInfoFinder; variable 115 DebugInfoFinder *DIFinder = nullptr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | clone-module.ll | 6 ; achieved via DebugInfoFinder collecting all the DISubprogram's. However, 7 ; CloneFunctionInto was missing calls into DebugInfoFinder for functions w/o
|
D | clone-module-2.ll | 7 ; DISubprogram by DebugInfoFinder (making sure DISubprogram's don't get
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 281 Finder = new DebugInfoFinder(); in SetupFinder() 289 DebugInfoFinder* Finder; 448 DebugInfoFinder Finder; in TEST_F()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 58 class DebugInfoFinder {
|
/external/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 29 DebugInfoFinder Finder;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 65 class DebugInfoFinder {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | debuginfofinder-multiple-cu.ll | 8 ; listed by DebugInfoFinder:
|
D | debuginfofinder-imported-global-variable.ll | 3 ; This is to track DebugInfoFinder's ability to find the debug info metadata,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 28 DebugInfoFinder Finder;
|
/external/llvm/test/DebugInfo/Generic/ |
D | debuginfofinder-multiple-cu.ll | 8 ; listed by DebugInfoFinder:
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXAsmPrinter.cpp | 156 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/ |
D | Cloning.cpp | 447 Finder = new DebugInfoFinder(); in SetupFinder() 455 DebugInfoFinder* Finder; 640 DebugInfoFinder Finder; in TEST_F()
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 308 DebugInfoFinder F; in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 309 DebugInfoFinder F; in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 43 DebugInfoFinder *DIFinder) { in CloneBasicBlock() 158 DebugInfoFinder DIFinder; in CloneFunctionInto()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 572 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/ |
D | DebugInfo.h | 791 class DebugInfoFinder {
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 772 DebugInfoFinder DbgFinder; in recordAndEmitFilenames()
|