reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/Cloning.h
   39 class DebugInfoFinder;

References

include/llvm/Transforms/Utils/Cloning.h
  112                             DebugInfoFinder *DIFinder = nullptr);
lib/Analysis/ModuleDebugInfoPrinter.cpp
   27     DebugInfoFinder Finder;
lib/Transforms/IPO/StripSymbols.cpp
  308   DebugInfoFinder F;
lib/Transforms/Utils/CloneFunction.cpp
   43                                   DebugInfoFinder *DIFinder) {
  158   DebugInfoFinder DIFinder;
unittests/Transforms/Utils/CloningTest.cpp
  540     Finder = new DebugInfoFinder();
  548   DebugInfoFinder* Finder;
  789   DebugInfoFinder Finder;