Searched refs:DIFinder (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp43 DebugInfoFinder *DIFinder) {
54 if (DIFinder && TheModule)
55 DIFinder->processInstruction(*TheModule, I);
155 DebugInfoFinder DIFinder; local
167 ModuleLevelChanges ? &DIFinder : nullptr);
189 for (DISubprogram *ISP : DIFinder.subprograms())
193 for (DICompileUnit *CU : DIFinder.compile_units())
196 for (DIType *Type : DIFinder.types())
214 if (OldModule && NewModule && OldModule != NewModule && DIFinder.compile_unit_count()) {
220 for (auto* Unit : DIFinder
40 CloneBasicBlock(const BasicBlock *BB, ValueToValueMapTy &VMap, const Twine &NameSuffix, Function *F, ClonedCodeInfo *CodeInfo, DebugInfoFinder *DIFinder) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h111 DebugInfoFinder *DIFinder = nullptr);

Completed in 166 milliseconds