Searched refs:m_objc_trampoline_handler_up (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h121 m_objc_trampoline_handler_up; member in class:lldb_private::AppleObjCRuntime
H A DAppleObjCRuntime.cpp54 m_objc_trampoline_handler_up(), m_Foundation_major() {
338 m_objc_trampoline_handler_up.reset(
340 if (m_objc_trampoline_handler_up != nullptr) {
350 if (m_objc_trampoline_handler_up)
351 thread_plan_sp = m_objc_trampoline_handler_up->GetStepThroughDispatchPlan(

Completed in 60 milliseconds