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);
  259                (uint64_t)m_afa,
  387         ReadFrameAddress(row_register_kind, row->GetAFAValue(), m_afa);
  422                    (uint64_t)m_cfa, (uint64_t)m_afa);
  573   ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa);
  575   UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa);
  591                (uint64_t)m_afa);
 1448     if (m_afa == LLDB_INVALID_ADDRESS)
 1453     regloc.location.inferred_value = m_afa + offset;
 1463     if (m_afa == LLDB_INVALID_ADDRESS)
 1468     regloc.location.target_memory_location = m_afa + offset;
 1621   addr_t old_afa = m_afa;
 1645                      active_row->GetAFAValue(), m_afa);
 1667       m_afa = old_afa;
 1673         m_afa == old_afa) {
 1724                      active_row->GetAFAValue(), m_afa);