LLVM
8.0.1
|
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_ostream & | llvm::fouts () |
fouts() - This returns a reference to a formatted_raw_ostream for standard output. More... | |
formatted_raw_ostream & | llvm::ferrs () |
ferrs() - This returns a reference to a formatted_raw_ostream for standard error. More... | |
formatted_raw_ostream & | llvm::fdbgs () |
fdbgs() - This returns a reference to a formatted_raw_ostream for debug output. More... | |