Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h368 const FAValue &GetAFAValue() const { return m_afa_value; } in GetAFAValue() function
369 FAValue &GetAFAValue() { return m_afa_value; } in GetAFAValue() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp287 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeZerothFrame()
451 ReadFrameAddress(row_register_kind, row->GetAFAValue(), m_afa); in InitializeNonZerothFrame()
675 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeNonZerothFrame()
1801 active_row->GetAFAValue(), m_afa); in TryFallbackUnwindPlan()
1884 active_row->GetAFAValue(), m_afa); in ForceSwitchToFallbackUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp978 auto &afa_value = row.GetAFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()