Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A 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;
/freebsd-12.1/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp677 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in ParseBlock()