Home
last modified time | relevance | path

Searched refs:OptRecordFile (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp99 << CodeGenOpts.OptRecordFile << E.message(); in reportOptRecordError()
302 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in HandleTranslationUnit()
311 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in HandleTranslationUnit() local
314 if (OptRecordFile && in HandleTranslationUnit()
360 if (OptRecordFile) in HandleTranslationUnit()
361 OptRecordFile->keep(); in HandleTranslationUnit()
1211 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in ExecuteAction()
1219 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in ExecuteAction() local
1226 if (OptRecordFile) in ExecuteAction()
1227 OptRecordFile->keep(); in ExecuteAction()
H A DBackendUtil.cpp1256 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h320 std::string OptRecordFile; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2120 if (!Opts.OptRecordFile.empty()) in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8186 MarshallingInfoString<CodeGenOpts<"OptRecordFile">>;