Searched defs:GetOutputStream (Results 1 – 9 of 9) sorted by relevance
158 static tool_output_file *GetOutputStream(const char *TargetName, in GetOutputStream() function
146 GetOutputStream(const char *TargetName, Triple::OSType OS, in GetOutputStream() function
217 static tool_output_file *GetOutputStream() { in GetOutputStream() function
175 static std::unique_ptr<ToolOutputFile> GetOutputStream(const char *TargetName, in GetOutputStream() function
216 static std::unique_ptr<tool_output_file> GetOutputStream() { in GetOutputStream() function
209 static std::unique_ptr<ToolOutputFile> GetOutputStream(StringRef Path) { in GetOutputStream() function
695 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream() function
1429 std::ostream& GetOutputStream() const { return *output_stream_; } in GetOutputStream() function