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

References

lib/LTO/LTOBackend.cpp
  162     PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping,
  164   } else if (!Conf.CSIRProfile.empty()) {
  165     PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping,
  289   if (!Conf.RunCSIRInstr && !Conf.CSIRProfile.empty()) {
  291     PMB.PGOInstrUse = Conf.CSIRProfile;
tools/clang/lib/CodeGen/BackendUtil.cpp
 1446     Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput);
 1449     Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath);
tools/gold/gold-plugin.cpp
  910     Conf.CSIRProfile = options::cs_profile_path;
tools/lld/ELF/LTO.cpp
  111   c.CSIRProfile = config->ltoCSProfileFile;
tools/llvm-lto2/llvm-lto2.cpp
  240   Conf.CSIRProfile = CSPGOFile;