Searched refs:getOutputStream (Results 1 – 3 of 3) sorted by relevance
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