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.cpp778 uint64_t BlockEntryPos = Stream.getCurrentByteNo(); in parseBlock() local
926 int BlockSize = (CurrentRecordPos / 8) - BlockEntryPos; in parseBlock()
927 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()