Searched refs:getOutputStream (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 583 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 D | cc1as_main.cpp | 336 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 D | RemarkSizeDiff.cpp | 384 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 D | CompilerInstance.h | 276 llvm::raw_pwrite_stream &getOutputStream() { in getOutputStream() function
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | SampleProfTest.cpp | 230 Writer->getOutputStream().flush(); in testRoundTrip() 384 Writer->getOutputStream().flush(); in testSuffixElisionPolicy()
|
| /llvm-project-15.0.7/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 257 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 D | SampleProfWriter.h | 53 raw_ostream &getOutputStream() { return *OutputStream; } in getOutputStream() function
|