Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp604 const AppleObjCTrampolineHandler::DispatchFunction
608 {"objc_msgSend", false, false, false, DispatchFunction::eFixUpNone },
609 {"objc_msgSend_fixup", false, false, false, DispatchFunction::eFixUpToFix },
610 {"objc_msgSend_fixedup", false, false, false, DispatchFunction::eFixUpFixed },
611 {"objc_msgSend_stret", true, false, false, DispatchFunction::eFixUpNone },
612 {"objc_msgSend_stret_fixup", true, false, false, DispatchFunction::eFixUpToFix },
613 {"objc_msgSend_stret_fixedup", true, false, false, DispatchFunction::eFixUpFixed },
614 {"objc_msgSend_fpret", false, false, false, DispatchFunction::eFixUpNone },
615 {"objc_msgSend_fpret_fixup", false, false, false, DispatchFunction::eFixUpToFix },
616 {"objc_msgSend_fpret_fixedup", false, false, false, DispatchFunction::eFixUpFixed },
[all …]
DAppleObjCTrampolineHandler.h48 struct DispatchFunction { struct
194 static const DispatchFunction g_dispatch_functions[];