|
LLVM
3.7.0
|
#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/DataTypes.h"#include <system_error>Go to the source code of this file.
Classes | |
| class | llvm::SmallVectorImpl< T > |
| This class consists of common code factored out of the SmallVector class to reduce code duplication based on the SmallVector 'N' template parameter. More... | |
| 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 | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::sys | |
| llvm::sys::fs | |
Functions | |
| raw_ostream & | llvm::outs () |
| This returns a reference to a raw_ostream for standard output. More... | |
| raw_ostream & | llvm::errs () |
| This returns a reference to a raw_ostream for standard error. More... | |
| raw_ostream & | llvm::nulls () |
| This returns a reference to a raw_ostream which simply discards output. More... | |
1.8.6