Searched refs:DebugInfoFinder (Results 1 – 8 of 8) sorted by relevance
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()[all …]
69 class DebugInfoFinder {71 DebugInfoFinder() : TypeMapInitialized(false) {} in DebugInfoFinder() function
8 ; listed by DebugInfoFinder:
29 DebugInfoFinder Finder;
283 Finder = new DebugInfoFinder(); in SetupFinder()291 DebugInfoFinder* Finder;
298 DebugInfoFinder F; in runOnModule()
168 DebugInfoFinder &Finder) { in FindSubprogram()192 DebugInfoFinder Finder; in CloneDebugInfoMetadata()
771 DebugInfoFinder DbgFinder; in recordAndEmitFilenames()