LLVM 19.0.0git
Classes | Namespaces | Functions
FormattedStream.h File Reference
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
#include <utility>

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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

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