Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h152 BitstreamCursor() : BitStream(0), NextChar(0) { in BitstreamCursor() function
154 BitstreamCursor(const BitstreamCursor &RHS) : BitStream(0), NextChar(0) { in BitstreamCursor() function
158 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) { in BitstreamCursor() function