Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp618 DispatchFunction::eFixUpToFix},
624 DispatchFunction::eFixUpToFix},
630 DispatchFunction::eFixUpToFix},
636 DispatchFunction::eFixUpToFix},
644 DispatchFunction::eFixUpToFix},
650 DispatchFunction::eFixUpToFix},
1115 case DispatchFunction::eFixUpToFix: in GetStepThroughDispatchPlan()
H A DAppleObjCTrampolineHandler.h40 typedef enum { eFixUpNone, eFixUpFixed, eFixUpToFix } FixUpState; enumerator