Searched refs:VSTOffset (Results 1 – 2 of 2) sorted by relevance
490 uint64_t VSTOffset = 0; member in __anonba06ddfc0411::BitcodeReader750 uint64_t VSTOffset = 0; member in __anonba06ddfc0411::ModuleSummaryIndexBitcodeReader3587 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()3594 assert(VSTOffset > 0); in parseModule()3631 if (VSTOffset > 0) { in parseModule()3636 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()3780 VSTOffset = Record[0] - 1; in parseModule()5457 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()5825 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()5842 if (VSTOffset > 0) { in parseModule()[all …]
3185 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local3187 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()3188 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()3192 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()