Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h292 std::string OptRecordFormat; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp101 << CodeGenOpts.OptRecordFormat; in reportOptRecordError()
330 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness, in HandleTranslationUnit()
1204 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness, in ExecuteAction()
H A DBackendUtil.cpp1108 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1531 if (!Opts.OptRecordFormat.empty()) in GenerateCodeGenArgs()
1532 GenerateArg(Args, OPT_opt_record_format, Opts.OptRecordFormat, SA); in GenerateCodeGenArgs()
1946 Opts.OptRecordFormat = A->getValue(); in ParseCodeGenArgs()