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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp487 uint64_t LastFunctionBlockBit = 0; member in class:__anon3411::BitcodeReader
2060 // Set the LastFunctionBlockBit to point to the last function block.
2063 if (FuncBitOffset > LastFunctionBlockBit)
2064 LastFunctionBlockBit = FuncBitOffset;
5417 if (LastFunctionBlockBit || NextUnreadBit)
5418 if (Error Err = parseModule(LastFunctionBlockBit > NextUnreadBit
5419 ? LastFunctionBlockBit

Completed in 109 milliseconds