reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
255 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { 255 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { 256 unsigned UsedSlots = getNumUsedSlots(*UCI); 262 printUnwindCode(UI, makeArrayRef(UCI, UCE)); 263 UCI = UCI + UsedSlots - 1; 263 UCI = UCI + UsedSlots - 1;