|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Bitcode/BitCodes.h"#include "llvm/Support/Endian.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/MemoryBuffer.h"#include <algorithm>#include <cassert>#include <climits>#include <cstddef>#include <cstdint>#include <memory>#include <string>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | llvm::BitstreamBlockInfo |
| This class maintains the abbreviations read from a block info block. More... | |
| struct | llvm::BitstreamBlockInfo::BlockInfo |
| This contains information emitted to BLOCKINFO_BLOCK blocks. More... | |
| class | llvm::SimpleBitstreamCursor |
| This represents a position within a bitstream. More... | |
| struct | llvm::BitstreamEntry |
| When advancing through a bitstream cursor, each advance can discover a few different kinds of entries: More... | |
| class | llvm::BitstreamCursor |
| This represents a position within a bitcode file, implemented on top of a SimpleBitstreamCursor. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13