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

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  574         (!CodeGenOpts.SampleProfileFile.empty() &&
  598       !CodeGenOpts.SampleProfileFile.empty())
  732   if (!CodeGenOpts.SampleProfileFile.empty())
  733     PMBuilder.PGOSampleUse = CodeGenOpts.SampleProfileFile;
 1031   } else if (!CodeGenOpts.SampleProfileFile.empty())
 1034         PGOOptions(CodeGenOpts.SampleProfileFile, "",
 1524                           LOpts, std::move(OS), CGOpts.SampleProfileFile,
tools/clang/lib/Frontend/CompilerInvocation.cpp
  822   Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ);
 1321   bool UsingSampleProfile = !Opts.SampleProfileFile.empty();