|
LLVM
3.7.0
|
#include "llvm/Bitcode/BitCodes.h"#include "llvm/Support/Endian.h"#include "llvm/Support/StreamingMemoryObject.h"#include <climits>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::BitstreamReader |
| This class is used to read from an LLVM bitcode stream, maintaining information that is global to decoding the entire file. More... | |
| struct | llvm::BitstreamReader::BlockInfo |
| This contains information emitted to BLOCKINFO_BLOCK blocks. 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. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
1.8.6