Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.h25 class BitstreamCursor; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h336 explicit BitstreamCursor(ArrayRef<uint8_t> BitcodeBytes) in BitstreamCursor() function
338 explicit BitstreamCursor(StringRef BitcodeBytes) in BitstreamCursor() function
340 explicit BitstreamCursor(MemoryBufferRef BitcodeBytes) in BitstreamCursor() function
/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