Searched refs:VSTOffset (Results 1 – 2 of 2) sorted by relevance
572 uint64_t VSTOffset = 0; member in __anon27c3e5780411::BitcodeReader878 uint64_t VSTOffset = 0; member in __anon27c3e5780411::ModuleSummaryIndexBitcodeReader4124 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()4131 assert(VSTOffset > 0); in parseModule()4168 if (VSTOffset > 0) { in parseModule()4173 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()4325 VSTOffset = Record[0] - 1; in parseModule()6381 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()6743 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()6760 if (VSTOffset > 0) { in parseModule()[all …]
3233 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local3235 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()3236 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()3240 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()