Lines Matching defs:actions
487 /// Deals with Dwarf actions matching our type infos
592 /// @param _Unwind_Action actions minimally supported unwind stage
600 _Unwind_Action actions,
710 if (!(actions & _UA_SEARCH_PHASE)) {
775 /// @param _Unwind_Action actions minimally supported unwind stage
782 _Unwind_Reason_Code ourPersonality(int version, _Unwind_Action actions,
788 "We are in ourPersonality(...):actions is <%d>.\n",
789 actions);
791 if (actions & _UA_SEARCH_PHASE) {
810 actions,