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

/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h151 std::string SampleProfileFile; member in class:clang::CodeGenOptions
/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp59 static cl::opt<std::string> SampleProfileFile(
291 SampleProfileLoader(StringRef Name = SampleProfileFile) argument
1084 return new SampleProfileLoader(SampleProfileFile);
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp168 PM.add(createSampleProfileLoaderPass(CGOpts.SampleProfileFile));
246 if (!CodeGenOpts.SampleProfileFile.empty())
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp403 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ);

Completed in 2714 milliseconds