Searched refs:DispatchFunction (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 513 const AppleObjCTrampolineHandler::DispatchFunction 516 {"objc_msgSend", false, false, false, DispatchFunction::eFixUpNone}, 518 DispatchFunction::eFixUpToFix}, 520 DispatchFunction::eFixUpFixed}, 522 DispatchFunction::eFixUpNone}, 524 DispatchFunction::eFixUpToFix}, 526 DispatchFunction::eFixUpFixed}, 528 DispatchFunction::eFixUpNone}, 530 DispatchFunction::eFixUpToFix}, 532 DispatchFunction::eFixUpFixed}, [all …]
|
| H A D | AppleObjCTrampolineHandler.h | 37 struct DispatchFunction { struct 50 const DispatchFunction *FindDispatchFunction(lldb::addr_t addr); argument 52 const DispatchFunction &)>); 147 static const DispatchFunction g_dispatch_functions[];
|
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 259 ::DispatchFunction &dispatch) { in AppleThreadPlanStepThroughDirectDispatch()
|