reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
615 const AppleObjCTrampolineHandler::DispatchFunction 618 {"objc_msgSend", false, false, false, DispatchFunction::eFixUpNone}, 620 DispatchFunction::eFixUpToFix}, 622 DispatchFunction::eFixUpFixed}, 624 DispatchFunction::eFixUpNone}, 626 DispatchFunction::eFixUpToFix}, 628 DispatchFunction::eFixUpFixed}, 630 DispatchFunction::eFixUpNone}, 632 DispatchFunction::eFixUpToFix}, 634 DispatchFunction::eFixUpFixed}, 636 DispatchFunction::eFixUpNone}, 638 DispatchFunction::eFixUpToFix}, 640 DispatchFunction::eFixUpFixed}, 641 {"objc_msgSendSuper", false, true, false, DispatchFunction::eFixUpNone}, 643 DispatchFunction::eFixUpNone}, 644 {"objc_msgSendSuper2", false, true, true, DispatchFunction::eFixUpNone}, 646 DispatchFunction::eFixUpToFix}, 648 DispatchFunction::eFixUpFixed}, 650 DispatchFunction::eFixUpNone}, 652 DispatchFunction::eFixUpToFix}, 654 DispatchFunction::eFixUpFixed}, 849 DispatchFunction this_dispatch; 876 this_dispatch.fixedup = DispatchFunction::eFixUpFixed; 1100 case DispatchFunction::eFixUpNone: 1105 case DispatchFunction::eFixUpFixed: 1111 case DispatchFunction::eFixUpToFix:tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
138 static const DispatchFunction g_dispatch_functions[];