Searched refs:DebugInfoFinder (Results 1 – 6 of 6) sorted by relevance
53 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 …]
39 class DebugInfoFinder; variable112 DebugInfoFinder *DIFinder = nullptr);
28 DebugInfoFinder Finder;
64 class DebugInfoFinder {
309 DebugInfoFinder F; in runOnModule()
43 DebugInfoFinder *DIFinder) { in CloneBasicBlock()158 DebugInfoFinder DIFinder; in CloneFunctionInto()