Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp93 << CodeGenOpts.OptRecordFile << E.message(); in reportOptRecordError()
329 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in HandleTranslationUnit()
338 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in HandleTranslationUnit() local
341 if (OptRecordFile && in HandleTranslationUnit()
387 if (OptRecordFile) in HandleTranslationUnit()
388 OptRecordFile->keep(); in HandleTranslationUnit()
1203 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in ExecuteAction()
1211 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in ExecuteAction() local
1218 if (OptRecordFile) in ExecuteAction()
1219 OptRecordFile->keep(); in ExecuteAction()
H A DBackendUtil.cpp1106 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h285 std::string OptRecordFile; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1937 if (!Opts.OptRecordFile.empty()) in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5893 MarshallingInfoString<CodeGenOpts<"OptRecordFile">>;