Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp903 if (!this_dispatch && m_vtables_up) { in GetStepThroughDispatchPlan()
909 this_dispatch = &vtable_dispatch; in GetStepThroughDispatchPlan()
913 if (this_dispatch) { in GetStepThroughDispatchPlan()
951 if (this_dispatch->stret_return) { in GetStepThroughDispatchPlan()
993 if (this_dispatch->is_super) { in GetStepThroughDispatchPlan()
994 if (this_dispatch->is_super2) { in GetStepThroughDispatchPlan()
1117 if (this_dispatch->stret_return) in GetStepThroughDispatchPlan()
1123 if (this_dispatch->is_super) in GetStepThroughDispatchPlan()
1129 if (this_dispatch->is_super2) in GetStepThroughDispatchPlan()
1135 switch (this_dispatch->fixedup) { in GetStepThroughDispatchPlan()
[all …]