HomeSort by relevance Sort by last modified time
    Searched refs:InstrProfileOutput (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 158 std::string InstrProfileOutput;
  /external/llvm/include/llvm/Transforms/
Instrumentation.h 96 std::string InstrProfileOutput;
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 603 std::string InstrProfileOutput = Options.InstrProfileOutput;
606 if (!RegisterF && InstrProfileOutput.empty())
623 if (!InstrProfileOutput.empty()) {
631 ConstantDataArray::getString(M->getContext(), InstrProfileOutput, true);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 484 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput;
488 if (!CodeGenOpts.InstrProfileOutput.empty())
489 PMBuilder.PGOInstrGen = CodeGenOpts.InstrProfileOutput;
    [all...]
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 235 Options.InstrProfileOutput = PGOInstrGen;
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 535 Opts.InstrProfileOutput =
    [all...]

Completed in 772 milliseconds