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