Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h203 BitstreamCursor() : BitStream(nullptr), NextChar(0) {} in BitstreamCursor() function
204 BitstreamCursor(const BitstreamCursor &RHS) in BitstreamCursor() function
209 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) { in BitstreamCursor() function
/external/clang/include/clang/Serialization/
DGlobalModuleIndex.h28 class BitstreamCursor; variable