Searched refs:VSTOffset (Results 1 – 2 of 2) sorted by relevance
449 uint64_t VSTOffset = 0; member in __anond7564fed0411::BitcodeReader700 uint64_t VSTOffset = 0; member in __anond7564fed0411::ModuleSummaryIndexBitcodeReader3191 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()3198 assert(VSTOffset > 0); in parseModule()3233 if (VSTOffset > 0) { in parseModule()3238 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()3375 VSTOffset = Record[0] - 1; in parseModule()4732 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()5043 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()5060 if (VSTOffset > 0) { in parseModule()[all …]
2956 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local2958 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()2959 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()2963 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()