Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumHandlers

582   unsigned NumHandlers = S.getNumHandlers();
583 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers);
585 for (unsigned I = 0; I != NumHandlers; ++I) {
1229 unsigned NumHandlers = S.getNumHandlers();
1231 assert(CatchScope.getNumHandlers() == NumHandlers);
1244 SmallVector<EHCatchScope::Handler, 8> Handlers(NumHandlers);
1246 NumHandlers * sizeof(EHCatchScope::Handler));
1271 for (unsigned I = NumHandlers; I != 0; --I) {