| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Bitstream/BitCodes.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Endian.h"#include "llvm/Support/Error.h"#include "llvm/Support/MemoryBufferRef.h"#include <algorithm>#include <cassert>#include <climits>#include <cstddef>#include <cstdint>#include <memory>#include <optional>#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 | |
| namespace | llvm | 
| This is an optimization pass for GlobalISel generic memory operations.  | |