Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp849 DispatchFunction this_dispatch; in GetStepThroughDispatchPlan() local
870 this_dispatch.name = "vtable"; in GetStepThroughDispatchPlan()
871 this_dispatch.stret_return = in GetStepThroughDispatchPlan()
874 this_dispatch.is_super = false; in GetStepThroughDispatchPlan()
915 if (this_dispatch.stret_return) { in GetStepThroughDispatchPlan()
957 if (this_dispatch.is_super) { in GetStepThroughDispatchPlan()
958 if (this_dispatch.is_super2) { in GetStepThroughDispatchPlan()
1085 if (this_dispatch.stret_return) in GetStepThroughDispatchPlan()
1091 if (this_dispatch.is_super) in GetStepThroughDispatchPlan()
1097 if (this_dispatch.is_super2) in GetStepThroughDispatchPlan()
[all …]