Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h103 explicit SimpleBitstreamCursor(ArrayRef<uint8_t> BitcodeBytes) in SimpleBitstreamCursor() function
105 explicit SimpleBitstreamCursor(StringRef BitcodeBytes) in SimpleBitstreamCursor() function
107 explicit SimpleBitstreamCursor(MemoryBufferRef BitcodeBytes) in SimpleBitstreamCursor() function
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h104 explicit SimpleBitstreamCursor(ArrayRef<uint8_t> BitcodeBytes) in SimpleBitstreamCursor() function
106 explicit SimpleBitstreamCursor(StringRef BitcodeBytes) in SimpleBitstreamCursor() function
108 explicit SimpleBitstreamCursor(MemoryBufferRef BitcodeBytes) in SimpleBitstreamCursor() function
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h162 explicit SimpleBitstreamCursor(BitstreamReader &R) : R(&R) {} in SimpleBitstreamCursor() function
163 explicit SimpleBitstreamCursor(BitstreamReader *R) : R(R) {} in SimpleBitstreamCursor() function