Searched refs:DIFinder (Results 1 – 2 of 2) sorted by relevance
43 DebugInfoFinder *DIFinder) { in CloneBasicBlock() argument54 if (DIFinder && TheModule) in CloneBasicBlock()55 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()158 DebugInfoFinder DIFinder; in CloneFunctionInto() local170 ModuleLevelChanges ? &DIFinder : nullptr); in CloneFunctionInto()192 for (DISubprogram *ISP : DIFinder.subprograms()) in CloneFunctionInto()196 for (DICompileUnit *CU : DIFinder.compile_units()) in CloneFunctionInto()199 for (DIType *Type : DIFinder.types()) in CloneFunctionInto()
115 DebugInfoFinder *DIFinder = nullptr);