Home
last modified time | relevance | path

Searched refs:getPointerToByte (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp65 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/
DBitstreamReader.h147 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/
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-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp670 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in ParseBlock()