OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstrProfileOutput
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/
Instrumentation.h
95
std::string
InstrProfileOutput
;
/external/clang/include/clang/Frontend/
CodeGenOptions.h
169
std::string
InstrProfileOutput
;
/external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp
462
std::string
InstrProfileOutput
= Options.
InstrProfileOutput
;
465
if (!RegisterF &&
InstrProfileOutput
.empty()) return;
480
if (!
InstrProfileOutput
.empty()) {
488
ConstantDataArray::getString(M->getContext(),
InstrProfileOutput
, true);
Completed in 2101 milliseconds