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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h168 class BitstreamCursor { class in namespace:llvm
204 BitstreamCursor() : BitStream(0), NextChar(0) { function in class:llvm::BitstreamCursor
206 BitstreamCursor(const BitstreamCursor &RHS) : BitStream(0), NextChar(0) { function in class:llvm::BitstreamCursor
210 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) { function in class:llvm::BitstreamCursor

Completed in 50 milliseconds