Searched refs:VSTOffset (Results 1 – 2 of 2) sorted by relevance
574 uint64_t VSTOffset = 0; member in __anon933571fe0411::BitcodeReader879 uint64_t VSTOffset = 0; member in __anon933571fe0411::ModuleSummaryIndexBitcodeReader4326 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()4333 assert(VSTOffset > 0); in parseModule()4371 if (VSTOffset > 0) { in parseModule()4376 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()4524 VSTOffset = Record[0] - 1; in parseModule()6593 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()6947 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()6964 if (VSTOffset > 0) { in parseModule()[all …]
3330 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local3332 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()3333 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()3337 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()