Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp903 const DispatchFunction *this_dispatch = FindDispatchFunction(curr_pc); in GetStepThroughDispatchPlan() local
907 if (!this_dispatch && m_vtables_up) { in GetStepThroughDispatchPlan()
913 this_dispatch = &vtable_dispatch; in GetStepThroughDispatchPlan()
917 if (this_dispatch) { in GetStepThroughDispatchPlan()
955 if (this_dispatch->stret_return) { in GetStepThroughDispatchPlan()
997 if (this_dispatch->is_super) { in GetStepThroughDispatchPlan()
998 if (this_dispatch->is_super2) { in GetStepThroughDispatchPlan()
1121 if (this_dispatch->stret_return) in GetStepThroughDispatchPlan()
1127 if (this_dispatch->is_super) in GetStepThroughDispatchPlan()
1133 if (this_dispatch->is_super2) in GetStepThroughDispatchPlan()
[all …]