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