Searched refs:UCI (Results 1 – 1 of 1) sorted by relevance
251 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local252 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()258 printUnwindCode(UI, ArrayRef<UnwindCode>(UCI, UCE)); in printUnwindInfo()259 UCI = UCI + UsedSlots - 1; in printUnwindInfo()