Lines Matching defs:DIFinder
137 DebugInfoFinder &DIFinder) {
143 DIFinder.processSubprogram(SPClonedWithinModule);
149 DIFinder.processInstruction(*M, I);
157 DebugInfoFinder &DIFinder,
162 DIFinder.subprogram_count() > 0) {
164 for (DISubprogram *ISP : DIFinder.subprograms()) {
170 for (DIScope *S : DIFinder.scopes()) {
176 for (DICompileUnit *CU : DIFinder.compile_units())
179 for (DIType *Type : DIFinder.types())
183 "Subprogram should be in DIFinder->subprogram_count()...");
292 DebugInfoFinder DIFinder;
316 CollectDebugInfoForCloning(*OldFunc, Changes, DIFinder);
319 FindDebugInfoToIdentityMap(Changes, DIFinder, SPClonedWithinModule);
354 for (auto *Unit : DIFinder.compile_units()) {