Searched refs:DebugInfoFinder (Results 1 – 6 of 6) sorted by relevance
54 void DebugInfoFinder::reset() { in reset()63 void DebugInfoFinder::processModule(const Module &M) { in processModule()107 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()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()229 bool DebugInfoFinder::addType(DIType *DT) { in addType()240 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()258 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()[all …]
40 class DebugInfoFinder; variable113 DebugInfoFinder *DIFinder = nullptr);
65 class DebugInfoFinder {
28 DebugInfoFinder Finder;
309 DebugInfoFinder F; in runOnModule()
44 DebugInfoFinder *DIFinder) { in CloneBasicBlock()159 DebugInfoFinder DIFinder; in CloneFunctionInto()