Home
last modified time | relevance | path

Searched refs:ReadFrameAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp232 if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(), m_cfa)) { in InitializeZerothFrame()
261 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeZerothFrame()
385 if (!ReadFrameAddress(row_register_kind, row->GetCFAValue(), m_cfa)) { in InitializeNonZerothFrame()
394 ReadFrameAddress(row_register_kind, row->GetAFAValue(), m_afa); in InitializeNonZerothFrame()
599 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeNonZerothFrame()
1326 if (ReadFrameAddress(unwindplan_registerkind, in SavedLocationForRegister()
1638 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan()
1648 ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan()
1718 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in ForceSwitchToFallbackUnwindPlan()
1726 ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in ForceSwitchToFallbackUnwindPlan()
[all …]
H A DRegisterContextLLDB.h192 bool ReadFrameAddress(lldb::RegisterKind register_kind,