Home
last modified time | relevance | path

Searched refs:eFixUpNone (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp608 {"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: in GetStepThroughDispatchPlan()
DAppleObjCTrampolineHandler.h52 eFixUpNone, enumerator