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 175 std::string InstrProfileInput;
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 150 if (!CodeGenOpts.InstrProfileInput.empty()) {
152 llvm::IndexedInstrProfReader::create(CodeGenOpts.InstrProfileInput);
156 getDiags().Report(DiagID) << CodeGenOpts.InstrProfileInput
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 456 Opts.InstrProfileInput = Args.getLastArgValue(OPT_fprofile_instr_use_EQ);
    [all...]

Completed in 1639 milliseconds