Lines Matching refs:DebugInfoFinder
186 void DebugInfoFinder::reset() { in reset()
195 void DebugInfoFinder::processModule(const Module &M) { in processModule()
209 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
239 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
251 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
258 void DebugInfoFinder::processDbgRecord(const Module &M, const DbgRecord &DR) { in processDbgRecord()
264 void DebugInfoFinder::processType(DIType *DT) { in processType()
288 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
314 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
337 void DebugInfoFinder::processVariable(const Module &M, in processVariable()
345 bool DebugInfoFinder::addType(DIType *DT) { in addType()
356 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
366 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariableExpression *DIG) { in addGlobalVariable()
374 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
385 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()