Searched refs:VSTOffset (Results 1 – 4 of 4) sorted by relevance
449 uint64_t VSTOffset = 0; member in __anonc13c2b0b0411::BitcodeReader700 uint64_t VSTOffset = 0; member in __anonc13c2b0b0411::ModuleSummaryIndexBitcodeReader3150 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()3157 assert(VSTOffset > 0); in parseModule()3192 if (VSTOffset > 0) { in parseModule()3197 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()3334 VSTOffset = Record[0] - 1; in parseModule()4668 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()4979 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()4996 if (VSTOffset > 0) { in parseModule()[all …]
197 uint64_t VSTOffset = 0; member in __anone7aefbb30111::BitcodeReader494 uint64_t VSTOffset = 0; member in __anone7aefbb30111::ModuleSummaryIndexBitcodeReader3603 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()3610 assert(VSTOffset > 0); in parseModule()3645 if (VSTOffset > 0) { in parseModule()3651 BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()4014 VSTOffset = Record[0]; in parseModule()5655 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()6004 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()6011 assert(VSTOffset > 0 && "Expected non-zero VST offset"); in parseModule()[all …]
2695 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeValueSymbolTable() local2698 VSTOffset -= bitcodeStartBit(); in writeValueSymbolTable()2699 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeValueSymbolTable()2700 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32); in writeValueSymbolTable()2811 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeCombinedValueSymbolTable() local2812 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeCombinedValueSymbolTable()2813 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32); in writeCombinedValueSymbolTable()
2914 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local2916 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()2917 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()2921 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()