Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h198 class FAValue {
208 FAValue() : m_type(unspecified), m_value() {} in FAValue() function
210 bool operator==(const FAValue &rhs) const;
212 bool operator!=(const FAValue &rhs) const { return !(*this == rhs); }
343 FAValue &GetCFAValue() { return m_cfa_value; } in GetCFAValue()
345 FAValue &GetAFAValue() { return m_afa_value; } in GetAFAValue()
372 FAValue m_cfa_value;
373 FAValue m_afa_value;
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp166 bool UnwindPlan::Row::FAValue::
167 operator==(const UnwindPlan::Row::FAValue &rhs) const { in operator ==()
190 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump()
456 Row::FAValue::unspecified) { in PlanValidAtAddress()
/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp1649 UnwindPlan::Row::FAValue::unspecified) { in TryFallbackUnwindPlan()
1730 UnwindPlan::Row::FAValue::unspecified) { in ForceSwitchToFallbackUnwindPlan()
1807 lldb::RegisterKind row_register_kind, UnwindPlan::Row::FAValue &fa, in ReadFrameAddress()
1815 case UnwindPlan::Row::FAValue::isRegisterDereferenced: { in ReadFrameAddress()
1843 case UnwindPlan::Row::FAValue::isRegisterPlusOffset: { in ReadFrameAddress()
1866 case UnwindPlan::Row::FAValue::isDWARFExpression: { in ReadFrameAddress()
1890 case UnwindPlan::Row::FAValue::isRaSearch: { in ReadFrameAddress()
/external/llvm-project/lldb/include/lldb/Target/
DRegisterContextUnwind.h190 UnwindPlan::Row::FAValue &fa, lldb::addr_t &address);
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp94 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()
/external/llvm-project/lldb/unittests/UnwindAssembly/x86/
DTestx86AssemblyInspectionEngine.cpp135 const UnwindPlan::Row::FAValue &CFA) { in operator <<()
2515 UnwindPlan::Row::FAValue esp_plus_4, esp_plus_8, ebp_plus_8; in TEST_F()
2549 UnwindPlan::Row::FAValue rsp_plus_8, rsp_plus_16, rbp_plus_16; in TEST_F()
2588 UnwindPlan::Row::FAValue esp_minus_4, esp_plus_0, esp_plus_4, esp_plus_8, in TEST_F()