LLVM 22.0.0git
|
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/Compiler.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 | |
LLVM_ABI formatted_raw_ostream & | llvm::fouts () |
fouts() - This returns a reference to a formatted_raw_ostream for standard output. | |
LLVM_ABI formatted_raw_ostream & | llvm::ferrs () |
ferrs() - This returns a reference to a formatted_raw_ostream for standard error. | |
LLVM_ABI formatted_raw_ostream & | llvm::fdbgs () |
fdbgs() - This returns a reference to a formatted_raw_ostream for debug output. |