Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp775 uint64_t BlockEntryPos = Stream.getCurrentByteNo(); in parseBlock() local
923 int BlockSize = (CurrentRecordPos / 8) - BlockEntryPos; in parseBlock()
924 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()