Searched refs:OptRecordFormat (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h323 std::string OptRecordFormat; member in class:clang::CodeGenOptions
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp108 << CodeGenOpts.OptRecordFormat;
328 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness,
1218 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness,
H A DBackendUtil.cpp1245 Conf.RemarksFormat = CGOpts.OptRecordFormat;
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1652 if (!Opts.OptRecordFormat.empty())
1653 GenerateArg(Consumer, OPT_opt_record_format, Opts.OptRecordFormat);
2059 Opts.OptRecordFormat = A->getValue();

Completed in 84 milliseconds