Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp620 DispatchFunction::eFixUpFixed},
626 DispatchFunction::eFixUpFixed},
632 DispatchFunction::eFixUpFixed},
638 DispatchFunction::eFixUpFixed},
646 DispatchFunction::eFixUpFixed},
652 DispatchFunction::eFixUpFixed},
893 = {"vtable", 0, false, false, DispatchFunction::eFixUpFixed}; in GetStepThroughDispatchPlan()
1141 case DispatchFunction::eFixUpFixed: in GetStepThroughDispatchPlan()
H A DAppleObjCTrampolineHandler.h39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator