HomeSort by: relevance | last modified time | path
    Searched refs:SampleProfileFile (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 236 std::string SampleProfileFile;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 672 (!CodeGenOpts.SampleProfileFile.empty() &&
699 !CodeGenOpts.SampleProfileFile.empty())
854 if (!CodeGenOpts.SampleProfileFile.empty())
855 PMBuilder.PGOSampleUse = CodeGenOpts.SampleProfileFile;
1217 } else if (!CodeGenOpts.SampleProfileFile.empty())
1220 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile,
1634 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile,
CodeGenFunction.cpp 881 if (!CGM.getCodeGenOpts().SampleProfileFile.empty())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp 128 static cl::opt<std::string> SampleProfileFile(
476 StringRef Name = SampleProfileFile,
1990 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1899 bool UsingSampleProfile = !Opts.SampleProfileFile.empty();

Completed in 23 milliseconds