Searched refs:VSTOffset (Results 1 – 6 of 6) sorted by relevance
491 uint64_t VSTOffset = 0; member in __anon9c8db84c0411::BitcodeReader780 uint64_t VSTOffset = 0; member in __anon9c8db84c0411::ModuleSummaryIndexBitcodeReader3456 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()3463 assert(VSTOffset > 0); in parseModule()3498 if (VSTOffset > 0) { in parseModule()3503 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()3642 VSTOffset = Record[0] - 1; in parseModule()5215 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()5539 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()5556 if (VSTOffset > 0) { in parseModule()[all …]
197 uint64_t VSTOffset = 0; member in __anonecb5182a0111::BitcodeReader494 uint64_t VSTOffset = 0; member in __anonecb5182a0111::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 …]
490 uint64_t VSTOffset = 0; member in __anon6307d9380411::BitcodeReader782 uint64_t VSTOffset = 0; member in __anon6307d9380411::ModuleSummaryIndexBitcodeReader3547 assert(VSTOffset == 0 || FunctionsWithBodies.empty()); in parseModule()3554 assert(VSTOffset > 0); in parseModule()3591 if (VSTOffset > 0) { in parseModule()3596 if (Error Err = BitcodeReader::parseValueSymbolTable(VSTOffset)) in parseModule()3740 VSTOffset = Record[0] - 1; in parseModule()5386 assert(VSTOffset == 0 || !F->hasName()); in findFunctionInStream()5743 assert(((SeenValueSymbolTable && VSTOffset > 0) || in parseModule()5760 if (VSTOffset > 0) { 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()
3054 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local3056 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()3057 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()3061 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()
3132 uint64_t VSTOffset = Stream.GetCurrentBitNo(); in writeGlobalValueSymbolTable() local3134 VSTOffset -= bitcodeStartBit(); in writeGlobalValueSymbolTable()3135 assert((VSTOffset & 31) == 0 && "VST block not 32-bit aligned"); in writeGlobalValueSymbolTable()3139 Stream.BackpatchWord(VSTOffsetPlaceholder, VSTOffset / 32 + 1); in writeGlobalValueSymbolTable()