Searched refs:eFixUpNone (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 516 {"objc_msgSend", false, false, false, DispatchFunction::eFixUpNone}, 522 DispatchFunction::eFixUpNone}, 528 DispatchFunction::eFixUpNone}, 534 DispatchFunction::eFixUpNone}, 539 {"objc_msgSendSuper", false, true, false, DispatchFunction::eFixUpNone}, 541 DispatchFunction::eFixUpNone}, 542 {"objc_msgSendSuper2", false, true, true, DispatchFunction::eFixUpNone}, 548 DispatchFunction::eFixUpNone}, 808 false, DispatchFunction::eFixUpNone}; in GetStepThroughDispatchPlan() 1123 case DispatchFunction::eFixUpNone: in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCTrampolineHandler.h | 39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator 45 FixUpState fixedup = eFixUpNone;
|