20 errs() <<
"WARNING: You're attempting to print out a bitcode file.\n"
21 "This is inadvisable as it may cause display problems. If\n"
22 "you REALLY want to taste LLVM bitcode first-hand, you\n"
23 "can force output with the `-f' option.\n\n";
This class implements an extremely fast bulk output stream that can only output to a stream.
virtual bool is_displayed() const
This function determines if this stream is connected to a "tty" or "console" window.
This is an optimization pass for GlobalISel generic memory operations.
raw_fd_ostream & errs()
This returns a reference to a raw_ostream for standard error.
bool CheckBitcodeOutputToConsole(raw_ostream &stream_to_check)
Determine if the raw_ostream provided is connected to a terminal.