LLVM  8.0.1
Classes | Namespaces | Functions
raw_ostream.h File Reference
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <string>
#include <system_error>
Include dependency graph for raw_ostream.h:

Go to the source code of this file.

Classes

class  llvm::raw_ostream
 This class implements an extremely fast bulk output stream that can only output to a stream. More...
 
class  llvm::raw_pwrite_stream
 An abstract base class for streams implementations that also support a pwrite operation. More...
 
class  llvm::raw_fd_ostream
 A raw_ostream that writes to a file descriptor. More...
 
class  llvm::raw_string_ostream
 A raw_ostream that writes to an std::string. More...
 
class  llvm::raw_svector_ostream
 A raw_ostream that writes to an SmallVector or SmallString. More...
 
class  llvm::raw_null_ostream
 A raw_ostream that discards all output. More...
 
class  llvm::buffer_ostream
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::sys
 
 llvm::sys::fs
 

Functions

raw_ostreamllvm::outs ()
 This returns a reference to a raw_ostream for standard output. More...
 
raw_ostreamllvm::errs ()
 This returns a reference to a raw_ostream for standard error. More...
 
raw_ostreamllvm::nulls ()
 This returns a reference to a raw_ostream which simply discards output. More...