Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp620 {"objc_msgSend", false, false, false, DispatchFunction::eFixUpNone},
626 DispatchFunction::eFixUpNone},
632 DispatchFunction::eFixUpNone},
638 DispatchFunction::eFixUpNone},
643 {"objc_msgSendSuper", false, true, false, DispatchFunction::eFixUpNone},
645 DispatchFunction::eFixUpNone},
646 {"objc_msgSendSuper2", false, true, true, DispatchFunction::eFixUpNone},
652 DispatchFunction::eFixUpNone},
1140 case DispatchFunction::eFixUpNone: in GetStepThroughDispatchPlan()
DAppleObjCTrampolineHandler.h39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator