Searched refs:UsedSlots (Results 1 – 2 of 2) sorted by relevance
356 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo() local357 if (UsedSlots > UC.size()) { in printUnwindInfo()363 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
328 unsigned UsedSlots = getNumUsedSlots(*I); in printAllUnwindCodes() local329 if (UsedSlots > UCs.size()) { in printAllUnwindCodes()332 << " which requires " << UsedSlots in printAllUnwindCodes()338 I += UsedSlots; in printAllUnwindCodes()