|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/iterator.h"#include "llvm/Support/BinaryStreamRef.h"#include "llvm/Support/Error.h"#include <cassert>#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | llvm::VarStreamArrayExtractor< T > |
| VarStreamArrayExtractor is intended to be specialized to provide customized extraction logic. More... | |
| class | llvm::VarStreamArrayIterator< ValueType, Extractor > |
| VarStreamArray represents an array of variable length records backed by a stream. More... | |
| class | llvm::VarStreamArray< ValueType, Extractor > |
| class | llvm::VarStreamArrayIterator< ValueType, Extractor > |
| VarStreamArray represents an array of variable length records backed by a stream. More... | |
| class | llvm::FixedStreamArrayIterator< T > |
| class | llvm::FixedStreamArray< T > |
| FixedStreamArray is similar to VarStreamArray, except with each record having a fixed-length. More... | |
| class | llvm::FixedStreamArrayIterator< T > |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13