Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h271 std::string SampleProfileFile; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp782 } else if (!CodeGenOpts.SampleProfileFile.empty()) in RunOptimizationPipeline()
785 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in RunOptimizationPipeline()
1251 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
H A DCodeGenFunction.cpp911 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp121 static cl::opt<std::string> SampleProfileFile( variable
2347 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1970 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1253 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;