Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp570 uint64_t LastFunctionBlockBit = 0; member in __anon27c3e5780411::BitcodeReader
2572 if (FuncBitOffset > LastFunctionBlockBit) in setDeferredFunctionInfo()
2573 LastFunctionBlockBit = FuncBitOffset; in setDeferredFunctionInfo()
6522 if (LastFunctionBlockBit || NextUnreadBit) in materializeModule()
6523 if (Error Err = parseModule(LastFunctionBlockBit > NextUnreadBit in materializeModule()
6524 ? LastFunctionBlockBit in materializeModule()