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

References

lib/LTO/LTO.cpp
  285   if (!Conf.SampleProfile.empty()) {
  286     auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile);
lib/LTO/LTOBackend.cpp
  158   if (!Conf.SampleProfile.empty())
  159     PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping,
  287   PMB.PGOSampleUse = Conf.SampleProfile;
tools/clang/lib/CodeGen/BackendUtil.cpp
 1441   Conf.SampleProfile = std::move(SampleProfile);
tools/gold/gold-plugin.cpp
  907     Conf.SampleProfile = options::sample_profile;
tools/lld/ELF/LTO.cpp
  106   c.SampleProfile = config->ltoSampleProfile;
tools/llvm-lto2/llvm-lto2.cpp
  239   Conf.SampleProfile = SamplePGOFile;