OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrProfileOutput
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h
135
std::string
InstrProfileOutput
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp
627
Options.
InstrProfileOutput
= CodeGenOpts.
InstrProfileOutput
;
844
if (!CodeGenOpts.
InstrProfileOutput
.empty())
845
PMBuilder.PGOInstrGen = CodeGenOpts.
InstrProfileOutput
;
1205
PGOOpt = PGOOptions(CodeGenOpts.
InstrProfileOutput
.empty()
1207
: CodeGenOpts.
InstrProfileOutput
,
1243
PGOOpt->CSProfileGenFile = CodeGenOpts.
InstrProfileOutput
.empty()
1245
: CodeGenOpts.
InstrProfileOutput
;
1249
CodeGenOpts.
InstrProfileOutput
.empty()
1251
: CodeGenOpts.
InstrProfileOutput
,
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h
233
std::string
InstrProfileOutput
;
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
1160
void createProfileFileNameVar(Module &M, StringRef
InstrProfileOutput
) {
1161
if (
InstrProfileOutput
.empty())
1164
ConstantDataArray::getString(M.getContext(),
InstrProfileOutput
, true);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
457
: ModulePass(ID),
InstrProfileOutput
(CSInstrName) {
464
createProfileFileNameVar(M,
InstrProfileOutput
);
468
std::string
InstrProfileOutput
;
InstrProfiling.cpp
1140
createProfileFileNameVar(*M, Options.
InstrProfileOutput
);
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h
1148
void createProfileFileNameVar(Module &M, StringRef
InstrProfileOutput
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp
367
Options.
InstrProfileOutput
= PGOInstrGen;
/src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp
927
Options.
InstrProfileOutput
= ProfileFile;
952
Options.
InstrProfileOutput
= ProfileFile;
Completed in 34 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026