Lines Matching refs:DebugInfoFinder
138 void DebugInfoFinder::reset() { in reset()
147 void DebugInfoFinder::processModule(const Module &M) { in processModule()
161 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
191 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
200 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
207 void DebugInfoFinder::processType(DIType *DT) { in processType()
231 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
257 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
280 void DebugInfoFinder::processVariable(const Module &M, in processVariable()
296 bool DebugInfoFinder::addType(DIType *DT) { in addType()
307 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
317 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariableExpression *DIG) { in addGlobalVariable()
325 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
336 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()