Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp291 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeZerothFrame()
456 ReadFrameAddress(row_register_kind, row->GetAFAValue(), m_afa); in InitializeNonZerothFrame()
682 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeNonZerothFrame()
1808 active_row->GetAFAValue(), m_afa); in TryFallbackUnwindPlan()
1891 active_row->GetAFAValue(), m_afa); in ForceSwitchToFallbackUnwindPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h343 FAValue &GetAFAValue() { return m_afa_value; } in GetAFAValue() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp980 auto &afa_value = row->GetAFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()