Searched refs:UCI (Results 1 – 1 of 1) sorted by relevance
256 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local257 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()263 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()264 UCI = UCI + UsedSlots - 1; in printUnwindInfo()