LLVM  3.7.0
Classes | Namespaces
BitstreamReader.h File Reference
#include "llvm/Bitcode/BitCodes.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/StreamingMemoryObject.h"
#include <climits>
#include <string>
#include <vector>
Include dependency graph for BitstreamReader.h:
This graph shows which files directly or indirectly include this file:

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.