Searched refs:unwind_plan_sp (Results 1 – 3 of 3) sorted by relevance
87 lldb::UnwindPlanSP unwind_plan_sp) { in IsUnwindPlanValidForCurrentPC() argument88 if (!unwind_plan_sp) in IsUnwindPlanValidForCurrentPC()92 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in IsUnwindPlanValidForCurrentPC()104 if (unwind_plan_sp->PlanValidAtAddress(pc_minus_one)) { in IsUnwindPlanValidForCurrentPC()754 UnwindPlanSP unwind_plan_sp; in GetFastUnwindPlanForFrame() local759 return unwind_plan_sp; in GetFastUnwindPlanForFrame()762 return unwind_plan_sp; in GetFastUnwindPlanForFrame()768 return unwind_plan_sp; in GetFastUnwindPlanForFrame()773 return unwind_plan_sp; in GetFastUnwindPlanForFrame()775 unwind_plan_sp = func_unwinders_sp->GetUnwindPlanFastUnwind( in GetFastUnwindPlanForFrame()[all …]
93 UnwindPlanSP unwind_plan_sp(new UnwindPlan(lldb::eRegisterKindGeneric)); in GetCompactUnwindUnwindPlan() local94 if (compact_unwind->GetUnwindPlan(target, current_pc, *unwind_plan_sp)) { in GetCompactUnwindUnwindPlan()95 m_unwind_plan_compact_unwind.push_back(unwind_plan_sp); in GetCompactUnwindUnwindPlan()533 UnwindPlanSP unwind_plan_sp = GetEHFrameUnwindPlan(target); in GetLSDAAddress() local534 if (unwind_plan_sp.get() == nullptr) { in GetLSDAAddress()535 unwind_plan_sp = GetCompactUnwindUnwindPlan(target); in GetLSDAAddress()537 if (unwind_plan_sp.get() == nullptr) { in GetLSDAAddress()538 unwind_plan_sp = GetObjectFileUnwindPlan(target); in GetLSDAAddress()540 if (unwind_plan_sp.get() && unwind_plan_sp->GetLSDAAddress().IsValid()) { in GetLSDAAddress()541 lsda_addr = unwind_plan_sp->GetLSDAAddress(); in GetLSDAAddress()[all …]
206 bool IsUnwindPlanValidForCurrentPC(lldb::UnwindPlanSP unwind_plan_sp);