Searched refs:getPointerToByte (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 211 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/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 65 TEST(BitstreamReaderTest, getPointerToByte) { in TEST() argument 70 EXPECT_EQ(Bytes + I, Cursor.getPointerToByte(I, 1)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() function 156 return getPointerToByte(BitNo / 8, NumBytes); in getPointerToBit() 348 using SimpleBitstreamCursor::getPointerToByte;
|
/external/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 86 TEST(BitstreamReaderTest, getPointerToByte) { in TEST() argument 92 EXPECT_EQ(Bytes + I, Cursor.getPointerToByte(I, 1)); in TEST()
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 617 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in ParseBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 670 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in ParseBlock()
|