Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp513 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 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()