Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp100 << CodeGenOpts.OptRecordFile << E.message(); in reportOptRecordError()
327 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in HandleTranslationUnit()
336 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in HandleTranslationUnit() local
339 if (OptRecordFile && in HandleTranslationUnit()
385 if (OptRecordFile) in HandleTranslationUnit()
386 OptRecordFile->keep(); in HandleTranslationUnit()
1217 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in ExecuteAction()
1225 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in ExecuteAction() local
1232 if (OptRecordFile) in ExecuteAction()
1233 OptRecordFile->keep(); in ExecuteAction()
H A DBackendUtil.cpp1243 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h316 std::string OptRecordFile; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2050 if (!Opts.OptRecordFile.empty()) in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7867 MarshallingInfoString<CodeGenOpts<"OptRecordFile">>;