Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
1099 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in ExecuteAction()
1107 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in ExecuteAction() local
1114 if (OptRecordFile) in ExecuteAction()
1115 OptRecordFile->keep(); in ExecuteAction()
H A DBackendUtil.cpp1565 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h266 std::string OptRecordFile; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1873 if (!Opts.OptRecordFile.empty()) in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5348 MarshallingInfoString<CodeGenOpts<"OptRecordFile">>;