Searched refs:InstrProfileInput (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h154 std::string InstrProfileInput; member in class:clang::CodeGenOptions
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp140 if (!CodeGenOpts.InstrProfileInput.empty()) {
142 CodeGenOpts.InstrProfileInput, PGOReader)) {
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp405 Opts.InstrProfileInput = Args.getLastArgValue(OPT_fprofile_instr_use_EQ);

Completed in 94 milliseconds