Searched refs:InstrProfileOutput (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h95 std::string InstrProfileOutput; member in struct:llvm::InstrProfOptions
/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h169 std::string InstrProfileOutput; member in class:clang::CodeGenOptions
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp462 std::string InstrProfileOutput = Options.InstrProfileOutput; local
465 if (!RegisterF && InstrProfileOutput.empty()) return;
480 if (!InstrProfileOutput.empty()) {
488 ConstantDataArray::getString(M->getContext(), InstrProfileOutput, true);
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp430 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput;
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp455 Opts.InstrProfileOutput = Args.getLastArgValue(OPT_fprofile_instr_generate_EQ);

Completed in 232 milliseconds