Searched refs:VSTOffset (Results 1 – 2 of 2) sorted by relevance
580 uint64_t VSTOffset = 0; member in __anondf6e26480411::BitcodeReader941 uint64_t VSTOffset = 0; member in __anondf6e26480411::ModuleSummaryIndexBitcodeReader4573 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()4580 assert(VSTOffset > 0); in parseModule()4618 if (VSTOffset > 0) { in parseModule()4623 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()4771 VSTOffset = Record[0] - 1; in parseModule()6955 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()7320 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()7337 if (VSTOffset > 0) { in parseModule()[all …]
3581 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local3583 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()3584 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()3588 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()