Lines Matching refs:DebugInfoFinder
88 void DebugInfoFinder::reset() { in reset()
99 void DebugInfoFinder::InitializeTypeMap(const Module &M) { in InitializeTypeMap()
107 void DebugInfoFinder::processModule(const Module &M) { in processModule()
140 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
148 void DebugInfoFinder::processType(DIType *DT) { in processType()
172 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
198 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
212 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()
229 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
245 bool DebugInfoFinder::addType(DIType *DT) { in addType()
256 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
266 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable *DIG) { in addGlobalVariable()
277 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
288 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()