Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp104 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) in IsUnwindPlanValidForCurrentPC()
118 if (unwind_plan_sp->PlanValidAtAddress(pc_minus_one)) in IsUnwindPlanValidForCurrentPC()
245 if (m_full_unwind_plan_sp && m_full_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeZerothFrame()
574 if (m_fast_unwind_plan_sp && m_fast_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeNonZerothFrame()
698 if (unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFastUnwindPlanForFrame()
824 …if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc) && unwind_plan_sp->GetSour… in GetFullUnwindPlanForFrame()
842 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()
854 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDUnwindPlan.h588 PlanValidAtAddress (Address addr);
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDUnwindPlan.cpp413 UnwindPlan::PlanValidAtAddress (Address addr) in PlanValidAtAddress() function in UnwindPlan