Searched refs:FAValue (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 198 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;
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 167 bool UnwindPlan::Row::FAValue:: 168 operator==(const UnwindPlan::Row::FAValue &rhs) const { in operator ==() 191 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump() 461 Row::FAValue::unspecified) { in PlanValidAtAddress()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | RegisterContextUnwind.h | 195 UnwindPlan::Row::FAValue &fa, lldb::addr_t &address);
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 1779 UnwindPlan::Row::FAValue::unspecified) { in TryFallbackUnwindPlan() 1864 UnwindPlan::Row::FAValue::unspecified) { in ForceSwitchToFallbackUnwindPlan() 1941 lldb::RegisterKind row_register_kind, UnwindPlan::Row::FAValue &fa, in ReadFrameAddress() 1949 case UnwindPlan::Row::FAValue::isRegisterDereferenced: { in ReadFrameAddress() 1979 case UnwindPlan::Row::FAValue::isRegisterPlusOffset: { in ReadFrameAddress() 2002 case UnwindPlan::Row::FAValue::isDWARFExpression: { in ReadFrameAddress() 2029 case UnwindPlan::Row::FAValue::isRaSearch: { in ReadFrameAddress()
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 93 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()
|
| /llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/ |
| H A D | Testx86AssemblyInspectionEngine.cpp | 135 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()
|