Searched refs:getOutputStream (Results 1 – 3 of 3) sorted by relevance
319 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream() function379 getOutputStream(Opts.OutputPath, Diags, IsBinary); in ExecuteAssemblerImpl()384 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
246 ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function436 auto OF = getOutputStream(); in main()
57 raw_ostream &getOutputStream() { return *OutputStream; } in getOutputStream() function