HomeSort by relevance Sort by last modified time
    Searched refs:DebugInfoFinder (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ModuleDebugInfoPrinter.cpp 30 DebugInfoFinder Finder;
60 for (DebugInfoFinder::iterator I = Finder.compile_unit_begin(),
67 for (DebugInfoFinder::iterator I = Finder.subprogram_begin(),
74 for (DebugInfoFinder::iterator I = Finder.global_variable_begin(),
81 for (DebugInfoFinder::iterator I = Finder.type_begin(),
DebugInfo.cpp 925 // DebugInfoFinder implementations.
929 void DebugInfoFinder::processModule(Module &M) {
980 void DebugInfoFinder::processLocation(DILocation Loc) {
997 void DebugInfoFinder::processType(DIType DT) {
1020 void DebugInfoFinder::processLexicalBlock(DILexicalBlock LB) {
1033 void DebugInfoFinder::processSubprogram(DISubprogram SP) {
1042 void DebugInfoFinder::processDeclare(DbgDeclareInst *DDI) {
1058 bool DebugInfoFinder::addType(DIType DT) {
1070 bool DebugInfoFinder::addCompileUnit(DICompileUnit CU) {
1082 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable DIG)
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 41 // DebugInfoFinder implementations.
44 void DebugInfoFinder::reset() {
53 void DebugInfoFinder::processModule(const Module &M) {
86 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) {
93 void DebugInfoFinder::processType(DIType *DT) {
117 void DebugInfoFinder::processScope(DIScope *Scope) {
143 void DebugInfoFinder::processSubprogram(DISubprogram *SP) {
157 void DebugInfoFinder::processDeclare(const Module &M,
173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) {
188 bool DebugInfoFinder::addType(DIType *DT)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
Cloning.h 39 class DebugInfoFinder;
115 DebugInfoFinder *DIFinder = nullptr);
  /external/llvm/include/llvm/IR/
DebugInfo.h 52 /// DebugInfoFinder tries to list all debug info MDNodes used in a module. To
53 /// list debug info MDNodes used by an instruction, DebugInfoFinder uses
58 class DebugInfoFinder {
  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 29 DebugInfoFinder Finder;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfo.h 59 /// DebugInfoFinder tries to list all debug info MDNodes used in a module. To
60 /// list debug info MDNodes used by an instruction, DebugInfoFinder uses
65 class DebugInfoFinder {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 28 DebugInfoFinder Finder;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfo.cpp 51 // DebugInfoFinder implementations.
54 void DebugInfoFinder::reset() {
63 void DebugInfoFinder::processModule(const Module &M) {
77 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) {
107 void DebugInfoFinder::processInstruction(const Module &M,
118 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) {
125 void DebugInfoFinder::processType(DIType *DT) {
149 void DebugInfoFinder::processScope(DIScope *Scope) {
175 void DebugInfoFinder::processSubprogram(DISubprogram *SP) {
198 void DebugInfoFinder::processDeclare(const Module &M
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 281 Finder = new DebugInfoFinder();
289 DebugInfoFinder* Finder;
448 DebugInfoFinder Finder;
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 156 DebugInfoFinder DbgFinder;
159 for (DebugInfoFinder::iterator I = DbgFinder.compile_unit_begin(),
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 308 DebugInfoFinder F;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
StripSymbols.cpp 309 DebugInfoFinder F;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Cloning.cpp 447 Finder = new DebugInfoFinder();
455 DebugInfoFinder* Finder;
640 DebugInfoFinder Finder;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CloneFunction.cpp 43 DebugInfoFinder *DIFinder) {
158 DebugInfoFinder DIFinder;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 569 /// collectLegacyDebugInfo - Collect debug info using DebugInfoFinder.
572 DebugInfoFinder DbgFinder;
578 for (DebugInfoFinder::iterator I = DbgFinder.compile_unit_begin(),
588 for (DebugInfoFinder::iterator I = DbgFinder.compile_unit_begin(),
593 for (DebugInfoFinder::iterator I = DbgFinder.global_variable_begin(),
601 for (DebugInfoFinder::iterator I = DbgFinder.subprogram_begin(),
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 791 class DebugInfoFinder {
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 772 DebugInfoFinder DbgFinder;
    [all...]

Completed in 4723 milliseconds