Searched refs:eFixUpNone (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTrampolineHandler.cpp | 515 {"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 D | AppleObjCTrampolineHandler.h | 39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator 45 FixUpState fixedup = eFixUpNone;
|