OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SampleProfileFile
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Frontend/
CodeGenOptions.h
172
std::string
SampleProfileFile
;
/external/llvm/lib/Transforms/IPO/
SampleProfile.cpp
60
static cl::opt<std::string>
SampleProfileFile
(
108
SampleProfileLoader(StringRef Name =
SampleProfileFile
)
[
all
...]
/external/clang/lib/CodeGen/
BackendUtil.cpp
434
if (!CodeGenOpts.
SampleProfileFile
.empty())
435
MPM->add(createSampleProfileLoaderPass(CodeGenOpts.
SampleProfileFile
));
/external/clang/lib/Frontend/
CompilerInvocation.cpp
452
Opts.
SampleProfileFile
= Args.getLastArgValue(OPT_fprofile_sample_use_EQ);
696
if (!Opts.
SampleProfileFile
.empty())
[
all
...]
Completed in 2672 milliseconds