Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp92 << CodeGenOpts.OptRecordFile << E.message(); in reportOptRecordError()
322 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in HandleTranslationUnit()
331 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in HandleTranslationUnit() local
334 if (OptRecordFile && in HandleTranslationUnit()
352 if (OptRecordFile) in HandleTranslationUnit()
353 OptRecordFile->keep(); in HandleTranslationUnit()
1130 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in ExecuteAction()
1138 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in ExecuteAction() local
1146 if (OptRecordFile) in ExecuteAction()
1147 OptRecordFile->keep(); in ExecuteAction()
DBackendUtil.cpp1488 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h259 std::string OptRecordFile; variable
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1513 Opts.OptRecordFile = std::string(Args.getLastArgValue(OPT_opt_record_file)); in ParseCodeGenArgs()
1514 if (!Opts.OptRecordFile.empty()) in ParseCodeGenArgs()