Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h152 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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp918 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()