Home
last modified time | relevance | path

Searched refs:DispatchFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp618 DispatchFunction::eFixUpToFix},
620 DispatchFunction::eFixUpFixed},
622 DispatchFunction::eFixUpNone},
624 DispatchFunction::eFixUpToFix},
626 DispatchFunction::eFixUpFixed},
628 DispatchFunction::eFixUpNone},
630 DispatchFunction::eFixUpToFix},
634 DispatchFunction::eFixUpNone},
641 DispatchFunction::eFixUpNone},
648 DispatchFunction::eFixUpNone},
[all …]
H A DAppleObjCTrampolineHandler.h37 struct DispatchFunction { struct
50 const DispatchFunction *FindDispatchFunction(lldb::addr_t addr); argument
52 const DispatchFunction &)>);
137 static const DispatchFunction g_dispatch_functions[];
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp238 ::DispatchFunction &dispatch) { in AppleThreadPlanStepThroughDirectDispatch()