LLVM  8.0.1
Classes | Namespaces | Functions
FormattedStream.h File Reference
#include "llvm/Support/raw_ostream.h"
#include <utility>
Include dependency graph for FormattedStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::formatted_raw_ostream
 formatted_raw_ostream - A raw_ostream that wraps another one and keeps track of line and column position, allowing padding out to specific column boundaries and querying the number of lines written to the stream. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

formatted_raw_ostreamllvm::fouts ()
 fouts() - This returns a reference to a formatted_raw_ostream for standard output. More...
 
formatted_raw_ostreamllvm::ferrs ()
 ferrs() - This returns a reference to a formatted_raw_ostream for standard error. More...
 
formatted_raw_ostreamllvm::fdbgs ()
 fdbgs() - This returns a reference to a formatted_raw_ostream for debug output. More...