Home
last modified time | relevance | path

Searched refs:getPointerToByte (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h211 auto *Pointer0 = getPointerToByte(0, 1); in jumpToPointer()
216 assert((intptr_t)getPointerToByte(getCurrentByteNo(), 1) == in jumpToPointer()
225 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() function
234 return getPointerToByte(BitNo / 8, NumBytes); in getPointerToBit()
450 using SimpleBitstreamCursor::getPointerToByte;
/external/llvm-project/llvm/unittests/Bitstream/
DBitstreamReaderTest.cpp67 TEST(BitstreamReaderTest, getPointerToByte) { in TEST() argument
72 EXPECT_EQ(Bytes + I, Cursor.getPointerToByte(I, 1)); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h151 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() function
160 return getPointerToByte(BitNo / 8, NumBytes); in getPointerToBit()
376 using SimpleBitstreamCursor::getPointerToByte;
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h152 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() function
161 return getPointerToByte(BitNo / 8, NumBytes); in getPointerToBit()
377 using SimpleBitstreamCursor::getPointerToByte;
/external/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp86 TEST(BitstreamReaderTest, getPointerToByte) { in TEST() argument
92 EXPECT_EQ(Bytes + I, Cursor.getPointerToByte(I, 1)); in TEST()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp617 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in ParseBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp909 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp916 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()