Searched refs:DebugInfoFinder (Results 1 – 12 of 12) sorted by relevance
30 DebugInfoFinder Finder;75 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
138 void DebugInfoFinder::reset() { in reset()147 void DebugInfoFinder::processModule(const Module &M) { in processModule()191 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction()207 void DebugInfoFinder::processType(DIType *DT) { in processType()231 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()257 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()280 void DebugInfoFinder::processVariable(const Module &M, in processVariable()296 bool DebugInfoFinder::addType(DIType *DT) { in addType()307 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()325 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()[all …]
20 DebugInfoFinder Finder;
37 class DebugInfoFinder; variable118 DebugInfoFinder *DIFinder = nullptr);
6 ; achieved via DebugInfoFinder collecting all the DISubprogram's. However,7 ; CloneFunctionInto was missing calls into DebugInfoFinder for functions w/o
7 ; DISubprogram by DebugInfoFinder (making sure DISubprogram's don't get
4 ; This is to track DebugInfoFinder's ability to find the debug info metadata,
9 ; listed by DebugInfoFinder:
90 class DebugInfoFinder {
307 DebugInfoFinder F; in stripDeadDebugInfoImpl()
547 Finder = new DebugInfoFinder(); in SetupFinder()555 DebugInfoFinder* Finder;1001 DebugInfoFinder Finder; in TEST_F()
44 DebugInfoFinder *DIFinder) { in CloneBasicBlock()135 Optional<DebugInfoFinder> DIFinder; in CloneFunctionInto()