Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp85 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in IsUnwindPlanValidForCurrentPC()
98 if (unwind_plan_sp->PlanValidAtAddress(pc_minus_one)) { in IsUnwindPlanValidForCurrentPC()
214 m_full_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in InitializeZerothFrame()
561 m_fast_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in InitializeNonZerothFrame()
687 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in GetFastUnwindPlanForFrame()
827 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc) && in GetFullUnwindPlanForFrame()
849 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in GetFullUnwindPlanForFrame()
862 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in GetFullUnwindPlanForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h432 bool PlanValidAtAddress(Address addr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp400 bool UnwindPlan::PlanValidAtAddress(Address addr) { in PlanValidAtAddress() function in UnwindPlan