Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp518 DispatchFunction::eFixUpToFix},
520 DispatchFunction::eFixUpFixed},
522 DispatchFunction::eFixUpNone},
524 DispatchFunction::eFixUpToFix},
526 DispatchFunction::eFixUpFixed},
528 DispatchFunction::eFixUpNone},
530 DispatchFunction::eFixUpToFix},
532 DispatchFunction::eFixUpFixed},
534 DispatchFunction::eFixUpNone},
541 DispatchFunction::eFixUpNone},
[all …]
H A DAppleObjCTrampolineHandler.h37 struct DispatchFunction { struct
50 const DispatchFunction *FindDispatchFunction(lldb::addr_t addr); argument
52 const DispatchFunction &)>);
147 static const DispatchFunction g_dispatch_functions[];
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp259 ::DispatchFunction &dispatch) { in AppleThreadPlanStepThroughDirectDispatch()