LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
raw_ostream.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/FileSystem.h"
Include dependency graph for raw_ostream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SmallVectorImpl< T >
 
class  llvm::raw_ostream
 
class  llvm::raw_fd_ostream
 
class  llvm::raw_string_ostream
 
class  llvm::raw_svector_ostream
 
class  llvm::raw_null_ostream
 raw_null_ostream - A raw_ostream that discards all output. More...
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

raw_ostreamllvm::outs ()
 
raw_ostreamllvm::errs ()
 
raw_ostreamllvm::nulls ()
 nulls() - This returns a reference to a raw_ostream which discards output. More...