Home
last modified time | relevance | path

Searched refs:PlanValidAtAddress (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp92 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in IsUnwindPlanValidForCurrentPC()
105 if (unwind_plan_sp->PlanValidAtAddress(pc_minus_one)) { in IsUnwindPlanValidForCurrentPC()
240 m_full_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in InitializeZerothFrame()
631 m_fast_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in InitializeNonZerothFrame()
771 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in GetFastUnwindPlanForFrame()
910 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc) && in GetFullUnwindPlanForFrame()
935 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in GetFullUnwindPlanForFrame()
948 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in GetFullUnwindPlanForFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h483 bool PlanValidAtAddress(Address addr) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp456 bool UnwindPlan::PlanValidAtAddress(Address addr) const { in PlanValidAtAddress() function in UnwindPlan