Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp447 uint64_t LastFunctionBlockBit = 0; member in __anon64e572620411::BitcodeReader
1887 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()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp195 uint64_t LastFunctionBlockBit = 0; member in __anonecb5182a0111::BitcodeReader
1999 if (FuncBitOffset > LastFunctionBlockBit) in parseValueSymbolTable()
2000 LastFunctionBlockBit = FuncBitOffset; in parseValueSymbolTable()
5741 if (LastFunctionBlockBit || NextUnreadBit) in materializeModule()
5742 parseModule(LastFunctionBlockBit > NextUnreadBit ? LastFunctionBlockBit in materializeModule()