Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.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()
H A DAppleThreadPlanStepThroughObjCTrampoline.h67 lldb::ThreadPlanSP m_func_sp; /// This is the function call plan. We fill it variable