Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Bitcode/Reader/
DMetadataLoader.h24 class BitstreamCursor; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.h24 class BitstreamCursor; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h363 explicit BitstreamCursor(ArrayRef<uint8_t> BitcodeBytes) in BitstreamCursor() function
365 explicit BitstreamCursor(StringRef BitcodeBytes) in BitstreamCursor() function
367 explicit BitstreamCursor(MemoryBufferRef BitcodeBytes) in BitstreamCursor() function
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h364 explicit BitstreamCursor(ArrayRef<uint8_t> BitcodeBytes) in BitstreamCursor() function
366 explicit BitstreamCursor(StringRef BitcodeBytes) in BitstreamCursor() function
368 explicit BitstreamCursor(MemoryBufferRef BitcodeBytes) in BitstreamCursor() function
/external/llvm-project/clang/include/clang/Serialization/
DModuleFileExtension.h17 class BitstreamCursor; variable
DGlobalModuleIndex.h28 class BitstreamCursor; variable
/external/clang/include/clang/Serialization/
DModuleFileExtension.h18 class BitstreamCursor; variable
DGlobalModuleIndex.h28 class BitstreamCursor; variable
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h436 explicit BitstreamCursor(BitstreamReader &R) { init(&R); } in BitstreamCursor() function