Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DModuleFileExtension.h18 class BitstreamCursor; variable
DGlobalModuleIndex.h28 class BitstreamCursor; variable
/external/swiftshader/third_party/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
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h436 explicit BitstreamCursor(BitstreamReader &R) { init(&R); } in BitstreamCursor() function