Searched refs:m_unwind_plan_non_call_site_sp (Results 1 – 2 of 2) sorted by relevance
39 m_unwind_plan_non_call_site_sp (), in FuncUnwinders()114 if (m_tried_unwind_at_non_call_site == false && m_unwind_plan_non_call_site_sp.get() == NULL) in GetUnwindPlanAtNonCallSite()117 m_unwind_plan_non_call_site_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric)); in GetUnwindPlanAtNonCallSite()118 …_profiler->GetNonCallSiteUnwindPlanFromAssembly (m_range, thread, *m_unwind_plan_non_call_site_sp)) in GetUnwindPlanAtNonCallSite()119 m_unwind_plan_non_call_site_sp.reset(); in GetUnwindPlanAtNonCallSite()121 return m_unwind_plan_non_call_site_sp; in GetUnwindPlanAtNonCallSite()
85 lldb::UnwindPlanSP m_unwind_plan_non_call_site_sp; variable