Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp186 if (m_full_unwind_plan_sp && m_full_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeZerothFrame()
468 if (m_fast_unwind_plan_sp && m_fast_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeNonZerothFrame()
482 if (m_full_unwind_plan_sp && m_full_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeNonZerothFrame()
594 if (unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFastUnwindPlanForFrame()
711 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()
724 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()
736 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()
745 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()
754 if (unwind_plan_sp && unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in GetFullUnwindPlanForFrame()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h420 PlanValidAtAddress (Address addr);
/external/lldb/source/Symbol/
DUnwindPlan.cpp374 UnwindPlan::PlanValidAtAddress (Address addr) in PlanValidAtAddress() function in UnwindPlan