HomeSort by: relevance | last modified time | path
    Searched refs:OptRecordFormat (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 273 std::string OptRecordFormat;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 97 << CodeGenOpts.OptRecordFormat;
313 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness,
1100 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness,
BackendUtil.cpp 1567 Conf.RemarksFormat = CGOpts.OptRecordFormat;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1507 if (!Opts.OptRecordFormat.empty())
1508 GenerateArg(Args, OPT_opt_record_format, Opts.OptRecordFormat, SA);
1882 Opts.OptRecordFormat = A->getValue();

Completed in 29 milliseconds