Searched refs:FAValue (Results 1 – 5 of 5) sorted by relevance
198 class FAValue {208 FAValue() : m_value() {} in FAValue() function210 bool operator==(const FAValue &rhs) const;212 bool operator!=(const FAValue &rhs) const { return !(*this == rhs); }341 FAValue &GetCFAValue() { return m_cfa_value; } in GetCFAValue()343 FAValue &GetAFAValue() { return m_afa_value; } in GetAFAValue()389 FAValue m_cfa_value;390 FAValue m_afa_value;
168 bool UnwindPlan::Row::FAValue::169 operator==(const UnwindPlan::Row::FAValue &rhs) const { in operator ==()192 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump()461 Row::FAValue::unspecified) { in PlanValidAtAddress()
195 UnwindPlan::Row::FAValue &fa, lldb::addr_t &address);
1795 UnwindPlan::Row::FAValue::unspecified) { in TryFallbackUnwindPlan()1880 UnwindPlan::Row::FAValue::unspecified) { in ForceSwitchToFallbackUnwindPlan()1957 lldb::RegisterKind row_register_kind, UnwindPlan::Row::FAValue &fa, in ReadFrameAddress()1966 case UnwindPlan::Row::FAValue::isRegisterDereferenced: { in ReadFrameAddress()1998 case UnwindPlan::Row::FAValue::isRegisterPlusOffset: { in ReadFrameAddress()2023 case UnwindPlan::Row::FAValue::isDWARFExpression: { in ReadFrameAddress()2049 case UnwindPlan::Row::FAValue::isRaSearch: { in ReadFrameAddress()
93 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()