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

References

lib/LTO/LTOBackend.cpp
  179   LoopAnalysisManager LAM(Conf.DebugPassManager);
  180   FunctionAnalysisManager FAM(Conf.DebugPassManager);
  181   CGSCCAnalysisManager CGAM(Conf.DebugPassManager);
  182   ModuleAnalysisManager MAM(Conf.DebugPassManager);
  194   ModulePassManager MPM(Conf.DebugPassManager);
  217     MPM = PB.buildThinLTODefaultPipeline(OL, Conf.DebugPassManager,
  220     MPM = PB.buildLTODefaultPipeline(OL, Conf.DebugPassManager, ExportSummary);
tools/clang/lib/CodeGen/BackendUtil.cpp
 1454   Conf.DebugPassManager = CGOpts.DebugPassManager;
tools/gold/gold-plugin.cpp
  924   Conf.DebugPassManager = options::debug_pass_manager;
tools/lld/ELF/LTO.cpp
  108   c.DebugPassManager = config->ltoDebugPassManager;
tools/llvm-lto2/llvm-lto2.cpp
  227   Conf.DebugPassManager = DebugPassManager;