HomeSort by relevance Sort by last modified time
    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 2750 milliseconds