Searched refs:FAValue (Results 1 – 5 of 5) sorted by relevance
210 class FAValue {221 FAValue() : m_value() {} in FAValue() function223 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;
174 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()
1788 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()
198 const UnwindPlan::Row::FAValue &fa,
93 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()