Searched refs:getOutputStream (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/lib/Frontend/ |
H A D | FrontendActions.cpp | 936 getOutputStream(CompilerInstance &ci, llvm::StringRef inFile, in generateMachineCodeOrAssemblyImpl() 1338 os = getOutputStream(ci, getCurrentFileOrBufferName(), action); in executeAction() 1352 mlirModule->print(ci.isOutputStreamNull() ? *os : ci.getOutputStream()); in executeAction() 1359 mlirModule->print(ci.isOutputStreamNull() ? *os : ci.getOutputStream()); 1433 runOptimizationPipeline(ci.isOutputStreamNull() ? *os : ci.getOutputStream()); 1449 ci.isOutputStreamNull() ? *os : ci.getOutputStream()); 883 getOutputStream(CompilerInstance &ci, llvm::StringRef inFile, getOutputStream() function
|
/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkSizeDiff.cpp | 364 static ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function 455 auto MaybeOF = getOutputStream(); in outputAllDiffs()
|
/llvm-project/clang/tools/driver/ |
H A D | cc1as_main.cpp | 398 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream() 467 getOutputStream(Opts.OutputPath, Diags, IsBinary); in ExecuteAssemblerImpl() 472 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl() 388 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { getOutputStream() function
|
/llvm-project/flang/include/flang/Frontend/ |
H A D | CompilerInstance.h | 366 llvm::raw_pwrite_stream &getOutputStream() { 308 llvm::raw_pwrite_stream &getOutputStream() { getOutputStream() function
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | SampleProfTest.cpp | 232 Writer->getOutputStream().flush(); in testRoundTrip() 384 Writer->getOutputStream().flush(); in testSuffixElisionPolicy()
|
/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 297 ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function 534 auto OF = getOutputStream(); in main()
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 114 raw_ostream &getOutputStream() { return *OutputStream; } in getOutputStream() function
|