Home
last modified time | relevance | path

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 DAppleObjCTrampolineHandler.cpp616 {"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 DAppleObjCTrampolineHandler.h39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator