Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp55 if (!m_func_sp) { in InitializeFunctionCaller()
71 m_func_sp = m_impl_function->GetThreadPlanToCallFunction( in InitializeFunctionCaller()
73 m_func_sp->SetOkayToDiscard(true); in InitializeFunctionCaller()
74 PushPlan(m_func_sp); in InitializeFunctionCaller()
117 if (m_func_sp) { in ShouldStop()
118 if (!m_func_sp->IsPlanComplete()) { in ShouldStop()
121 if (!m_func_sp->PlanSucceeded()) { in ShouldStop()
125 m_func_sp.reset(); in ShouldStop()
DAppleThreadPlanStepThroughObjCTrampoline.h65 lldb::ThreadPlanSP m_func_sp; /// This is the function call plan. We fill it variable