Home
last modified time | relevance | path

Searched refs:FAValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h210 class FAValue {
221 FAValue() : m_value() {} in FAValue() function
223 bool operator==(const FAValue &rhs) const;
225 bool operator!=(const FAValue &rhs) const { return !(*this == rhs); }
365 const FAValue &GetCFAValue() const { return m_cfa_value; } in GetCFAValue()
366 FAValue &GetCFAValue() { return m_cfa_value; } in GetCFAValue()
368 const FAValue &GetAFAValue() const { return m_afa_value; } in GetAFAValue()
369 FAValue &GetAFAValue() { return m_afa_value; } in GetAFAValue()
425 FAValue m_cfa_value;
426 FAValue m_afa_value;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp174 bool UnwindPlan::Row::FAValue::
175 operator==(const UnwindPlan::Row::FAValue &rhs) const { in operator ==()
200 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump()
481 row0->GetCFAValue().GetValueType() == Row::FAValue::unspecified) { in PlanValidAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1788 UnwindPlan::Row::FAValue::unspecified) { in TryFallbackUnwindPlan()
1873 UnwindPlan::Row::FAValue::unspecified) { in ForceSwitchToFallbackUnwindPlan()
1952 lldb::RegisterKind row_register_kind, const UnwindPlan::Row::FAValue &fa, in ReadFrameAddress()
1961 case UnwindPlan::Row::FAValue::isRegisterDereferenced: { in ReadFrameAddress()
1993 case UnwindPlan::Row::FAValue::isRegisterPlusOffset: { in ReadFrameAddress()
2018 case UnwindPlan::Row::FAValue::isDWARFExpression: { in ReadFrameAddress()
2044 case UnwindPlan::Row::FAValue::isRaSearch: { in ReadFrameAddress()
2073 case UnwindPlan::Row::FAValue::isConstant: { in ReadFrameAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h198 const UnwindPlan::Row::FAValue &fa,
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp93 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()