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