Searched refs:getPointerToByte (Results 1 – 8 of 8) 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/llvm-project/llvm/unittests/Bitstream/ |
D | BitstreamReaderTest.cpp | 67 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/ |
D | BitstreamReader.h | 151 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/ |
D | BitstreamReader.h | 152 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/ |
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-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 909 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 916 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()
|