reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  253     ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa);
  387         ReadFrameAddress(row_register_kind, row->GetAFAValue(), m_afa);
  573   ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa);
 1645                      active_row->GetAFAValue(), m_afa);
 1724                      active_row->GetAFAValue(), m_afa);
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
  991     auto &afa_value = row->GetAFAValue();
tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
 2607   EXPECT_EQ(esp_plus_0, plan.GetRowForFunctionOffset(12)->GetAFAValue());
 2608   EXPECT_EQ(esp_minus_4, plan.GetRowForFunctionOffset(15)->GetAFAValue());
 2609   EXPECT_EQ(esp_plus_0, plan.GetRowForFunctionOffset(16)->GetAFAValue());
 2611     EXPECT_EQ(ebp_plus_0, plan.GetRowForFunctionOffset(i)->GetAFAValue())
 2613   EXPECT_EQ(esp_minus_4, plan.GetRowForFunctionOffset(30)->GetAFAValue());