Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h148 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() function
157 return getPointerToByte(BitNo / 8, NumBytes); in getPointerToBit()
394 using SimpleBitstreamCursor::getPointerToByte;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp918 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()