Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp489 uint64_t LastFunctionBlockBit = 0; member in __anon0b917b540411::BitcodeReader
2066 if (FuncBitOffset > LastFunctionBlockBit) in setDeferredFunctionInfo()
2067 LastFunctionBlockBit = FuncBitOffset; in setDeferredFunctionInfo()
5318 if (LastFunctionBlockBit || NextUnreadBit) in materializeModule()
5319 if (Error Err = parseModule(LastFunctionBlockBit > NextUnreadBit in materializeModule()
5320 ? LastFunctionBlockBit in materializeModule()