Searched refs:VSTOffset (Results 1 – 2 of 2) sorted by relevance
595 uint64_t VSTOffset = 0; member in __anondf6e26480411::BitcodeReader937 uint64_t VSTOffset = 0; member in __anondf6e26480411::ModuleSummaryIndexBitcodeReader4492 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()4499 assert(VSTOffset > 0); in parseModule()4537 if (VSTOffset > 0) { in parseModule()4542 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()4690 VSTOffset = Record[0] - 1; in parseModule()6860 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()7256 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()7273 if (VSTOffset > 0) { in parseModule()[all …]
3419 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local3421 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()3422 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()3426 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()