Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp67 DebugInfoFinder &DIFinder) { in collectDebugInfoFromInstructions() argument
72 DIFinder.processInstruction(*M, I); in collectDebugInfoFromInstructions()
356 DebugInfoFinder DIFinder; in CloneFunctionInto() local
357 collectDebugInfoFromInstructions(*OldFunc, DIFinder); in CloneFunctionInto()
358 for (auto *Unit : DIFinder.compile_units()) { in CloneFunctionInto()