Searched refs:eFixUpFixed (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTrampolineHandler.cpp | 610 {"objc_msgSend_fixedup", false, false, false, DispatchFunction::eFixUpFixed }, 613 {"objc_msgSend_stret_fixedup", true, false, false, DispatchFunction::eFixUpFixed }, 616 {"objc_msgSend_fpret_fixedup", false, false, false, DispatchFunction::eFixUpFixed }, 619 {"objc_msgSend_fp2ret_fixedup", false, false, true, DispatchFunction::eFixUpFixed }, 624 {"objc_msgSendSuper2_fixedup", false, true, true, DispatchFunction::eFixUpFixed }, 627 {"objc_msgSendSuper2_stret_fixedup", true, true, true, DispatchFunction::eFixUpFixed }, 864 this_dispatch.fixedup = DispatchFunction::eFixUpFixed; in GetStepThroughDispatchPlan() 1102 case DispatchFunction::eFixUpFixed: in GetStepThroughDispatchPlan()
|
D | AppleObjCTrampolineHandler.h | 53 eFixUpFixed, enumerator
|