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

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  592   MPM.add(new TargetLibraryInfoWrapperPass(*TLII));
  694     addSymbolRewriterPass(CodeGenOpts, &MPM);
  697     MPM.add(createGCOVProfilerPass(*Options));
  699       MPM.add(createStripSymbolsPass(true));
  704     MPM.add(createInstrProfilingLegacyPass(*Options, false));
  736   PMBuilder.populateModulePassManager(MPM);