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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp729 uint64_t ResumeBit, bool ShouldLazyLoadMetadata = false,
3449 Error BitcodeReader::parseModule(uint64_t ResumeBit, argument
3452 if (ResumeBit) {
3453 if (Error JumpFailed = Stream.JumpToBit(ResumeBit))
3583 // materializing functions. The ResumeBit points to the

Completed in 75 milliseconds