Lines Matching refs:DebugInfoFinder
139 void DebugInfoFinder::reset() { in reset()
148 void DebugInfoFinder::processModule(const Module &M) { in processModule()
162 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
192 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
201 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
208 void DebugInfoFinder::processType(DIType *DT) { in processType()
232 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
258 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
281 void DebugInfoFinder::processVariable(const Module &M, in processVariable()
297 bool DebugInfoFinder::addType(DIType *DT) { in addType()
308 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
318 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariableExpression *DIG) { in addGlobalVariable()
326 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
337 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()