Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp762 uint64_t BlockEntryPos = Stream.getCurrentByteNo(); in parseBlock() local
910 int BlockSize = (CurrentRecordPos / 8) - BlockEntryPos; in parseBlock()
911 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()