Searched refs:eFixUpFixed (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTrampolineHandler.cpp | 624 DispatchFunction::eFixUpFixed}, 630 DispatchFunction::eFixUpFixed}, 636 DispatchFunction::eFixUpFixed}, 642 DispatchFunction::eFixUpFixed}, 650 DispatchFunction::eFixUpFixed}, 656 DispatchFunction::eFixUpFixed}, 897 = {"vtable", 0, false, false, DispatchFunction::eFixUpFixed}; in GetStepThroughDispatchPlan() 1145 case DispatchFunction::eFixUpFixed: in GetStepThroughDispatchPlan()
|
D | AppleObjCTrampolineHandler.h | 39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator
|