Searched refs:getOutputStream (Results 1 – 4 of 4) sorted by relevance
364 static ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function455 auto MaybeOF = getOutputStream(); in outputAllDiffs()
366 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream() function430 getOutputStream(Opts.OutputPath, Diags, IsBinary); in ExecuteAssemblerImpl()435 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
263 ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function498 auto OF = getOutputStream(); in main()
114 raw_ostream &getOutputStream() { return *OutputStream; } in getOutputStream() function