Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleThreadPlanStepThroughObjCTrampoline.cpp57 if (!m_func_sp) { in InitializeFunctionCaller()
73 m_func_sp = m_impl_function->GetThreadPlanToCallFunction( in InitializeFunctionCaller()
75 m_func_sp->SetOkayToDiscard(true); in InitializeFunctionCaller()
76 PushPlan(m_func_sp); in InitializeFunctionCaller()
119 if (m_func_sp) { in ShouldStop()
120 if (!m_func_sp->IsPlanComplete()) { in ShouldStop()
123 if (!m_func_sp->PlanSucceeded()) { in ShouldStop()
127 m_func_sp.reset(); in ShouldStop()
HDAppleThreadPlanStepThroughObjCTrampoline.h67 lldb::ThreadPlanSP m_func_sp; /// This is the function call plan. We fill it variable