Searched defs:BitstreamCursor (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h125 class BitstreamCursor { class in namespace:llvm
155 BitstreamCursor() : BitStream(0), NextChar(0) { function in class:llvm::BitstreamCursor
157 BitstreamCursor(const BitstreamCursor &RHS) : BitStream(0), NextChar(0) { function in class:llvm::BitstreamCursor
161 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) { function in class:llvm::BitstreamCursor
178 ~BitstreamCursor() {
182 void operator=(const BitstreamCursor &RHS) {

Completed in 69 milliseconds