Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp515 {"objc_msgSend", false, false, false, DispatchFunction::eFixUpNone},
521 DispatchFunction::eFixUpNone},
527 DispatchFunction::eFixUpNone},
533 DispatchFunction::eFixUpNone},
538 {"objc_msgSendSuper", false, true, false, DispatchFunction::eFixUpNone},
540 DispatchFunction::eFixUpNone},
541 {"objc_msgSendSuper2", false, true, true, DispatchFunction::eFixUpNone},
547 DispatchFunction::eFixUpNone},
807 false, DispatchFunction::eFixUpNone}; in GetStepThroughDispatchPlan()
1122 case DispatchFunction::eFixUpNone in GetStepThroughDispatchPlan()
[all...]
H A DAppleObjCTrampolineHandler.h39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator
45 FixUpState fixedup = eFixUpNone;