Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp617 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 …]
DAppleObjCTrampolineHandler.h37 struct DispatchFunction { struct
50 const DispatchFunction *FindDispatchFunction(lldb::addr_t addr); argument
52 const DispatchFunction &)>);
140 static const DispatchFunction g_dispatch_functions[];
DAppleThreadPlanStepThroughObjCTrampoline.cpp241 ::DispatchFunction &dispatch) { in AppleThreadPlanStepThroughDirectDispatch()