Lines Matching refs:ActionHandler
93 bool outlineHandler(ActionHandler *Action, Function *SrcFn,
287 SmallVectorImpl<ActionHandler *> &actions() { return Actions; } in actions()
288 SmallVectorImpl<ActionHandler *>::iterator begin() { return Actions.begin(); } in begin()
289 SmallVectorImpl<ActionHandler *>::iterator end() { return Actions.end(); } in end()
295 SmallVector<ActionHandler *, 4> Actions;
407 for (ActionHandler *Action : Actions) { in prepareExceptionHandlers()
457 for (ActionHandler *Action : Actions) { in prepareExceptionHandlers()
483 for (ActionHandler *Action : Actions) { in prepareExceptionHandlers()
680 SmallVector<ActionHandler *, 4> ActionList; in completeNestedLandingPad()
819 bool WinEHPrepare::outlineHandler(ActionHandler *Action, Function *SrcFn, in outlineHandler()
1709 SmallVectorImpl<ActionHandler *> &Actions) { in parseEHActions()