Home
last modified time | relevance | path

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

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