Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h312 std::string OptRecordFormat; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp102 << CodeGenOpts.OptRecordFormat; in reportOptRecordError()
331 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness, in HandleTranslationUnit()
1231 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness, in ExecuteAction()
H A DBackendUtil.cpp1183 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1539 if (!Opts.OptRecordFormat.empty()) in GenerateCodeGenArgs()
1540 GenerateArg(Args, OPT_opt_record_format, Opts.OptRecordFormat, SA); in GenerateCodeGenArgs()
1953 Opts.OptRecordFormat = A->getValue(); in ParseCodeGenArgs()