Searched refs:SampleProfileFile (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCodeGenOptions.h135 std::string SampleProfileFile; member in class:clang::CodeGenOptions
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp52 static cl::opt<std::string> SampleProfileFile(
212 SampleProfileLoader(StringRef Name = SampleProfileFile) argument
474 return new SampleProfileLoader(SampleProfileFile);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp162 PM.add(createSampleProfileLoaderPass(CGOpts.SampleProfileFile));
247 if (!CodeGenOpts.SampleProfileFile.empty())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp362 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ);

Completed in 71 milliseconds