Home
last modified time | relevance | path

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

/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()