Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp89 << CodeGenOpts.OptRecordFile << E.message(); in reportOptRecordError()
312 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in HandleTranslationUnit()
321 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in HandleTranslationUnit() local
324 if (OptRecordFile && in HandleTranslationUnit()
340 if (OptRecordFile) in HandleTranslationUnit()
341 OptRecordFile->keep(); in HandleTranslationUnit()
1101 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in ExecuteAction()
1109 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in ExecuteAction() local
1116 if (OptRecordFile) in ExecuteAction()
1117 OptRecordFile->keep(); in ExecuteAction()
H A DBackendUtil.cpp1572 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h266 std::string OptRecordFile; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1870 if (!Opts.OptRecordFile.empty()) in ParseCodeGenArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5406 MarshallingInfoString<CodeGenOpts<"OptRecordFile">>;