Lines Matching refs:DebugInfoFinder
54 void DebugInfoFinder::reset() { in reset()
63 void DebugInfoFinder::processModule(const Module &M) { in processModule()
77 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
107 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
118 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
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()
214 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
229 bool DebugInfoFinder::addType(DIType *DT) { in addType()
240 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
250 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariableExpression *DIG) { in addGlobalVariable()
258 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
269 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()