Searched refs:eFixUpNone (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 616 {"objc_msgSend", false, false, false, DispatchFunction::eFixUpNone}, 622 DispatchFunction::eFixUpNone}, 628 DispatchFunction::eFixUpNone}, 634 DispatchFunction::eFixUpNone}, 639 {"objc_msgSendSuper", false, true, false, DispatchFunction::eFixUpNone}, 641 DispatchFunction::eFixUpNone}, 642 {"objc_msgSendSuper2", false, true, true, DispatchFunction::eFixUpNone}, 648 DispatchFunction::eFixUpNone}, 1136 case DispatchFunction::eFixUpNone: in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCTrampolineHandler.h | 39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator
|