Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp520 DispatchFunction::eFixUpFixed},
526 DispatchFunction::eFixUpFixed},
532 DispatchFunction::eFixUpFixed},
538 DispatchFunction::eFixUpFixed},
546 DispatchFunction::eFixUpFixed},
552 DispatchFunction::eFixUpFixed},
798 DispatchFunction::eFixUpFixed}; in GetStepThroughDispatchPlan()
1128 case DispatchFunction::eFixUpFixed: in GetStepThroughDispatchPlan()
H A DAppleObjCTrampolineHandler.h39 enum FixUpState { eFixUpNone, eFixUpFixed, eFixUpToFix }; enumerator