Searched refs:DispatchFunction (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTrampolineHandler.cpp | 617 const AppleObjCTrampolineHandler::DispatchFunction 620 {"objc_msgSend", false, false, false, DispatchFunction::eFixUpNone}, 622 DispatchFunction::eFixUpToFix}, 624 DispatchFunction::eFixUpFixed}, 626 DispatchFunction::eFixUpNone}, 628 DispatchFunction::eFixUpToFix}, 630 DispatchFunction::eFixUpFixed}, 632 DispatchFunction::eFixUpNone}, 634 DispatchFunction::eFixUpToFix}, 636 DispatchFunction::eFixUpFixed}, [all …]
|
D | AppleObjCTrampolineHandler.h | 37 struct DispatchFunction { struct 50 const DispatchFunction *FindDispatchFunction(lldb::addr_t addr); argument 52 const DispatchFunction &)>); 140 static const DispatchFunction g_dispatch_functions[];
|
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 241 ::DispatchFunction &dispatch) { in AppleThreadPlanStepThroughDirectDispatch()
|