Home
last modified time | relevance | path

Searched refs:SampleProfileFile (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h295 std::string SampleProfileFile; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp852 } else if (!CodeGenOpts.SampleProfileFile.empty()) in RunOptimizationPipeline()
855 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in RunOptimizationPipeline()
1432 CGOpts.SampleProfileFile, CGOpts.ProfileRemappingFile, in emitBackendOutput()
H A DCodeGenFunction.cpp1002 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp223 CGOpts.SampleProfileFile.clear(); in resetBenignCodeGenOptions()
560 IF_RELATIVE_RETURN_FALSE(CodeGenOpts.SampleProfileFile); in isSafeToIgnoreCWD()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp121 static cl::opt<std::string> SampleProfileFile( variable
2357 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2277 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1696 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;