Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp94 << CodeGenOpts.OptRecordFile << E.message(); in reportOptRecordError()
330 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in HandleTranslationUnit()
339 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in HandleTranslationUnit() local
342 if (OptRecordFile && in HandleTranslationUnit()
388 if (OptRecordFile) in HandleTranslationUnit()
389 OptRecordFile->keep(); in HandleTranslationUnit()
1230 Ctx, CodeGenOpts.OptRecordFile, CodeGenOpts.OptRecordPasses, in ExecuteAction()
1238 std::unique_ptr<llvm::ToolOutputFile> OptRecordFile = in ExecuteAction() local
1245 if (OptRecordFile) in ExecuteAction()
1246 OptRecordFile->keep(); in ExecuteAction()
H A DBackendUtil.cpp1181 Conf.RemarksFilename = CGOpts.OptRecordFile; in runThinLTOBackend()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h305 std::string OptRecordFile; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1944 if (!Opts.OptRecordFile.empty()) in ParseCodeGenArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6072 MarshallingInfoString<CodeGenOpts<"OptRecordFile">>;