Lines Matching refs:DebugInfoFinder
182 void DebugInfoFinder::reset() { in reset()
191 void DebugInfoFinder::processModule(const Module &M) { in processModule()
205 void DebugInfoFinder::processCompileUnit(DICompileUnit *CU) { in processCompileUnit()
235 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()
247 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
254 void DebugInfoFinder::processDPValue(const Module &M, const DPValue &DPV) { in processDPValue()
259 void DebugInfoFinder::processType(DIType *DT) { in processType()
283 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
309 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
332 void DebugInfoFinder::processVariable(const Module &M, in processVariable()
340 bool DebugInfoFinder::addType(DIType *DT) { in addType()
351 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
361 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariableExpression *DIG) { in addGlobalVariable()
369 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
380 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()