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.h198 class FAValue {
208 FAValue() : m_value() {} in FAValue() function
210 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;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp168 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h195 UnwindPlan::Row::FAValue &fa, lldb::addr_t &address);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1795 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp93 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()