Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:eFixUpNone

608     {"objc_msgSend",                     false, false, false, DispatchFunction::eFixUpNone    },
611 {"objc_msgSend_stret", true, false, false, DispatchFunction::eFixUpNone },
614 {"objc_msgSend_fpret", false, false, false, DispatchFunction::eFixUpNone },
617 {"objc_msgSend_fp2ret", false, false, true, DispatchFunction::eFixUpNone },
620 {"objc_msgSendSuper", false, true, false, DispatchFunction::eFixUpNone },
621 {"objc_msgSendSuper_stret", true, true, false, DispatchFunction::eFixUpNone },
622 {"objc_msgSendSuper2", false, true, true, DispatchFunction::eFixUpNone },
625 {"objc_msgSendSuper2_stret", true, true, true, DispatchFunction::eFixUpNone },
1097 case DispatchFunction::eFixUpNone: