Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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},
876 this_dispatch.fixedup = DispatchFunction::eFixUpFixed; in GetStepThroughDispatchPlan()
1109 case DispatchFunction::eFixUpFixed: in GetStepThroughDispatchPlan()
H A DAppleObjCTrampolineHandler.h40 typedef enum { eFixUpNone, eFixUpFixed, eFixUpToFix } FixUpState; enumerator