Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp512 const AppleObjCTrampolineHandler::DispatchFunction
515 {"objc_msgSend", false, false, false, DispatchFunction::eFixUpNone},
517 DispatchFunction::eFixUpToFix},
519 DispatchFunction::eFixUpFixed},
521 DispatchFunction::eFixUpNone},
523 DispatchFunction::eFixUpToFix},
525 DispatchFunction::eFixUpFixed},
527 DispatchFunction::eFixUpNone},
529 DispatchFunction::eFixUpToFix},
531 DispatchFunction
[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()