Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h104 explicit SimpleBitstreamCursor(ArrayRef<uint8_t> BitcodeBytes) in SimpleBitstreamCursor() function
106 explicit SimpleBitstreamCursor(StringRef BitcodeBytes) in SimpleBitstreamCursor() function
109 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