Searched refs:LastFunctionBlockBit (Results 1 – 2 of 2) sorted by relevance
447 uint64_t LastFunctionBlockBit = 0; member in __anon64e572620411::BitcodeReader1887 if (FuncBitOffset > LastFunctionBlockBit) in setDeferredFunctionInfo()1888 LastFunctionBlockBit = FuncBitOffset; in setDeferredFunctionInfo()4771 if (LastFunctionBlockBit || NextUnreadBit) in materializeModule()4772 if (Error Err = parseModule(LastFunctionBlockBit > NextUnreadBit in materializeModule()4773 ? LastFunctionBlockBit in materializeModule()
195 uint64_t LastFunctionBlockBit = 0; member in __anonecb5182a0111::BitcodeReader1999 if (FuncBitOffset > LastFunctionBlockBit) in parseValueSymbolTable()2000 LastFunctionBlockBit = FuncBitOffset; in parseValueSymbolTable()5741 if (LastFunctionBlockBit || NextUnreadBit) in materializeModule()5742 parseModule(LastFunctionBlockBit > NextUnreadBit ? LastFunctionBlockBit in materializeModule()