Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/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()
/freebsd-10-stable/contrib/llvm/lib/IR/
DDebugInfo.cpp946 void DebugInfoFinder::reset() { in reset()
957 void DebugInfoFinder::InitializeTypeMap(const Module &M) { in InitializeTypeMap()
966 void DebugInfoFinder::processModule(const Module &M) { in processModule()
1005 void DebugInfoFinder::processLocation(const Module &M, DILocation Loc) { in processLocation()
1014 void DebugInfoFinder::processType(DIType DT) { in processType()
1035 void DebugInfoFinder::processScope(DIScope Scope) { in processScope()
1064 void DebugInfoFinder::processLexicalBlock(DILexicalBlock LB) { in processLexicalBlock()
1076 void DebugInfoFinder::processSubprogram(DISubprogram SP) { in processSubprogram()
1097 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()
1114 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
[all …]
DVerifier.cpp153 DebugInfoFinder Finder;
2386 for (DebugInfoFinder::iterator I = Finder.compile_unit_begin(), in verifyDebugInfo()
2389 for (DebugInfoFinder::iterator I = Finder.subprogram_begin(), in verifyDebugInfo()
2392 for (DebugInfoFinder::iterator I = Finder.global_variable_begin(), in verifyDebugInfo()
2396 for (DebugInfoFinder::iterator I = Finder.type_begin(), in verifyDebugInfo()
2399 for (DebugInfoFinder::iterator I = Finder.scope_begin(), in verifyDebugInfo()
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DStripSymbols.cpp300 DebugInfoFinder F; in runOnModule()
310 for (DebugInfoFinder::iterator CI = F.compile_unit_begin(), in runOnModule()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp156 DebugInfoFinder Finder;
329 for (DebugInfoFinder::iterator i = Finder.subprogram_begin(), in findDISubprogram()
/freebsd-10-stable/contrib/llvm/include/llvm/
DDebugInfo.h771 class DebugInfoFinder {
773 DebugInfoFinder() : TypeMapInitialized(false) {} in DebugInfoFinder() function
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp843 DebugInfoFinder DbgFinder; in recordAndEmitFilenames()
847 for (DebugInfoFinder::iterator I = DbgFinder.compile_unit_begin(), in recordAndEmitFilenames()
865 for (DebugInfoFinder::iterator I = DbgFinder.subprogram_begin(), in recordAndEmitFilenames()