Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp519 DispatchFunction::eFixUpFixed},
525 DispatchFunction::eFixUpFixed},
531 DispatchFunction::eFixUpFixed},
537 DispatchFunction::eFixUpFixed},
545 DispatchFunction::eFixUpFixed},
551 DispatchFunction::eFixUpFixed},
797 DispatchFunction::eFixUpFixed}; in GetStepThroughDispatchPlan()
1127 case DispatchFunction::eFixUpFixed: in GetStepThroughDispatchPlan()
H A DAppleObjCTrampolineHandler.h39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator