Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp188 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in InitializeZerothFrame()
325 UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0); in InitializeNonZerothFrame()
470 active_row = m_fast_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in InitializeNonZerothFrame()
484 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in InitializeNonZerothFrame()
965 … UnwindPlan::RowSP active_row = m_fast_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in SavedLocationForRegister()
989 … UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in SavedLocationForRegister()
1075 … UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in SavedLocationForRegister()
1248 …UnwindPlan::RowSP active_row = arch_default_unwind_plan_sp->GetRowForFunctionOffset (m_current_off… in InvalidateFullUnwindPlan()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h373 GetRowForFunctionOffset (int offset) const;
/external/lldb/source/Symbol/
DUnwindPlan.cpp316 UnwindPlan::GetRowForFunctionOffset (int offset) const in GetRowForFunctionOffset() function in UnwindPlan