Searched refs:DebugInfoFinder (Results 1 – 6 of 6) sorted by relevance
103 void DebugInfoFinder::reset() { in reset()114 void DebugInfoFinder::InitializeTypeMap(const Module &M) { in InitializeTypeMap()122 void DebugInfoFinder::processModule(const Module &M) { in processModule()155 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()163 void DebugInfoFinder::processType(DIType *DT) { in processType()185 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()211 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()225 void DebugInfoFinder::processDeclare(const Module &M, in processDeclare()242 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()258 bool DebugInfoFinder::addType(DIType *DT) { in addType()[all …]
72 class DebugInfoFinder {74 DebugInfoFinder() : TypeMapInitialized(false) {} in DebugInfoFinder() function
29 DebugInfoFinder Finder;
298 DebugInfoFinder F; in runOnModule()
160 DebugInfoFinder &Finder) { in FindSubprogram()184 DebugInfoFinder Finder; in CloneDebugInfoMetadata()
773 DebugInfoFinder DbgFinder; in recordAndEmitFilenames()