Searched refs:NextUnreadBit (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp485 uint64_t NextUnreadBit = 0; member in class:__anon3411::BitcodeReader
3051 if (Error JumpFailed = Stream.JumpToBit(NextUnreadBit))
3082 NextUnreadBit = Stream.GetCurrentBitNo();
3575 // Fall through so that we record the NextUnreadBit below.
3604 NextUnreadBit = Stream.GetCurrentBitNo();
5417 if (LastFunctionBlockBit || NextUnreadBit)
5418 if (Error Err = parseModule(LastFunctionBlockBit > NextUnreadBit
5420 : NextUnreadBit))

Completed in 104 milliseconds