Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp253 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeZerothFrame()
387 ReadFrameAddress(row_register_kind, row->GetAFAValue(), m_afa); in InitializeNonZerothFrame()
573 ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa); in InitializeNonZerothFrame()
1645 active_row->GetAFAValue(), m_afa); in TryFallbackUnwindPlan()
1724 active_row->GetAFAValue(), m_afa); in ForceSwitchToFallbackUnwindPlan()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDUnwindPlan.h346 FAValue &GetAFAValue() { return m_afa_value; } in GetAFAValue() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
HDx86AssemblyInspectionEngine.cpp991 auto &afa_value = row->GetAFAValue(); in GetNonCallSiteUnwindPlanFromAssembly()