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