Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Frontend/
H A DFrontendActions.cpp936 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 DRemarkSizeDiff.cpp364 static ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function
455 auto MaybeOF = getOutputStream(); in outputAllDiffs()
/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp398 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 DCompilerInstance.h366 llvm::raw_pwrite_stream &getOutputStream() {
308 llvm::raw_pwrite_stream &getOutputStream() { getOutputStream() function
/llvm-project/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp232 Writer->getOutputStream().flush(); in testRoundTrip()
384 Writer->getOutputStream().flush(); in testSuffixElisionPolicy()
/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp297 ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function
534 auto OF = getOutputStream(); in main()
/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h114 raw_ostream &getOutputStream() { return *OutputStream; } in getOutputStream() function