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

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 154 std::string InstrProfileInput;
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 140 if (!CodeGenOpts.InstrProfileInput.empty()) {
142 CodeGenOpts.InstrProfileInput, PGOReader)) {
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 405 Opts.InstrProfileInput = Args.getLastArgValue(OPT_fprofile_instr_use_EQ);
    [all...]

Completed in 68 milliseconds