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

/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h33 /// BitstreamCursor class.
161 /// BitstreamCursor - This represents a position within a bitcode file. There
167 class BitstreamCursor { class in namespace:llvm
203 BitstreamCursor() : BitStream(nullptr), NextChar(0) {} function in class:llvm::BitstreamCursor
204 BitstreamCursor(const BitstreamCursor &RHS) function in class:llvm::BitstreamCursor
209 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) { function in class:llvm::BitstreamCursor
226 ~BitstreamCursor() {
230 void operator=(const BitstreamCursor &RHS);

Completed in 52 milliseconds