Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h273 std::string OptRecordFormat; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp97 << CodeGenOpts.OptRecordFormat; in reportOptRecordError()
313 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness, in HandleTranslationUnit()
1100 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness, in ExecuteAction()
H A DBackendUtil.cpp1567 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1507 if (!Opts.OptRecordFormat.empty()) in GenerateCodeGenArgs()
1508 GenerateArg(Args, OPT_opt_record_format, Opts.OptRecordFormat, SA); in GenerateCodeGenArgs()
1882 Opts.OptRecordFormat = A->getValue(); in ParseCodeGenArgs()