|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/Optional.h"#include "llvm/Support/BinaryStream.h"#include "llvm/Support/BinaryStreamError.h"#include "llvm/Support/Error.h"#include <algorithm>#include <cstdint>#include <memory>

Go to the source code of this file.
Classes | |
| class | llvm::BinaryStreamRefBase< RefType, StreamType > |
| Common stuff for mutable and immutable StreamRefs. More... | |
| class | llvm::BinaryStreamRef |
| BinaryStreamRef is to BinaryStream what ArrayRef is to an Array. More... | |
| struct | llvm::BinarySubstreamRef |
| class | llvm::WritableBinaryStreamRef |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13