Home
last modified time | relevance | path

Searched refs:getOutputStream (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp583 getOutputStream(CompilerInstance &ci, llvm::StringRef inFile, in getOutputStream() function
707 os = getOutputStream(ci, getCurrentFileOrBufferName(), action); in executeAction()
718 mlirModule->print(ci.isOutputStreamNull() ? *os : ci.getOutputStream()); in executeAction()
731 llvmModule->print(ci.isOutputStreamNull() ? *os : ci.getOutputStream(), in executeAction()
749 ci.isOutputStreamNull() ? *os : ci.getOutputStream()); in executeAction()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp336 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream() function
398 getOutputStream(Opts.OutputPath, Diags, IsBinary); in ExecuteAssemblerImpl()
403 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp384 static ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function
475 auto MaybeOF = getOutputStream(); in outputAllDiffs()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h276 llvm::raw_pwrite_stream &getOutputStream() { in getOutputStream() function
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp230 Writer->getOutputStream().flush(); in testRoundTrip()
384 Writer->getOutputStream().flush(); in testSuffixElisionPolicy()
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp257 ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function
452 auto OF = getOutputStream(); in main()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h53 raw_ostream &getOutputStream() { return *OutputStream; } in getOutputStream() function