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

/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h161 std::string SampleProfileFile; member in class:clang::CodeGenOptions
/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp63 static cl::opt<std::string> SampleProfileFile(
98 SampleProfileLoader(StringRef Name = SampleProfileFile) argument
196 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile) argument
1214 return new SampleProfileLoaderLegacyPass(SampleProfileFile);
1256 SampleProfileLoader SampleLoader(SampleProfileFile);
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp496 if (!CodeGenOpts.SampleProfileFile.empty()) {
498 MPM->add(createSampleProfileLoaderPass(CodeGenOpts.SampleProfileFile));
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp532 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ);
820 if (!Opts.SampleProfileFile.empty())

Completed in 132 milliseconds