Searched refs:VSTOffset (Results 1 – 2 of 2) sorted by relevance
573 uint64_t VSTOffset = 0; member in __anone38b3fdf0411::BitcodeReader878 uint64_t VSTOffset = 0; member in __anone38b3fdf0411::ModuleSummaryIndexBitcodeReader4285 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()4292 assert(VSTOffset > 0); in parseModule()4330 if (VSTOffset > 0) { in parseModule()4335 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()4483 VSTOffset = Record[0] - 1; in parseModule()6546 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()6901 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()6918 if (VSTOffset > 0) { in parseModule()[all …]
3281 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local3283 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()3284 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()3288 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()