LLDB mainline
RegisterInfoPOSIX_ppc64 Class Reference

#include <RegisterInfoPOSIX_ppc64.h>

Inheritance diagram for RegisterInfoPOSIX_ppc64:
[legend]

Public Member Functions

 RegisterInfoPOSIX_ppc64 (const lldb_private::ArchSpec &target_arch)
size_t GetGPRSize () const override
const lldb_private::RegisterInfoGetRegisterInfo () const override
uint32_t GetRegisterCount () const override
Public Member Functions inherited from lldb_private::RegisterInfoInterface
 RegisterInfoInterface (const lldb_private::ArchSpec &target_arch)
virtual ~RegisterInfoInterface ()=default
virtual uint32_t GetUserRegisterCount () const
const lldb_private::ArchSpecGetTargetArchitecture () const

Private Attributes

const lldb_private::RegisterInfom_register_info_p
uint32_t m_register_info_count
size_t m_gpr_size

Detailed Description

Definition at line 16 of file RegisterInfoPOSIX_ppc64.h.

Constructor & Destructor Documentation

◆ RegisterInfoPOSIX_ppc64()

Member Function Documentation

◆ GetGPRSize()

size_t RegisterInfoPOSIX_ppc64::GetGPRSize ( ) const
overridevirtual

Implements lldb_private::RegisterInfoInterface.

Definition at line 69 of file RegisterInfoPOSIX_ppc64.cpp.

References m_gpr_size.

◆ GetRegisterCount()

uint32_t RegisterInfoPOSIX_ppc64::GetRegisterCount ( ) const
overridevirtual

Implements lldb_private::RegisterInfoInterface.

Definition at line 76 of file RegisterInfoPOSIX_ppc64.cpp.

References m_register_info_count.

◆ GetRegisterInfo()

const lldb_private::RegisterInfo * RegisterInfoPOSIX_ppc64::GetRegisterInfo ( ) const
overridevirtual

Implements lldb_private::RegisterInfoInterface.

Definition at line 72 of file RegisterInfoPOSIX_ppc64.cpp.

References m_register_info_p.

Member Data Documentation

◆ m_gpr_size

size_t RegisterInfoPOSIX_ppc64::m_gpr_size
private

Definition at line 29 of file RegisterInfoPOSIX_ppc64.h.

Referenced by GetGPRSize(), and RegisterInfoPOSIX_ppc64().

◆ m_register_info_count

uint32_t RegisterInfoPOSIX_ppc64::m_register_info_count
private

Definition at line 28 of file RegisterInfoPOSIX_ppc64.h.

Referenced by GetRegisterCount(), and RegisterInfoPOSIX_ppc64().

◆ m_register_info_p

const lldb_private::RegisterInfo* RegisterInfoPOSIX_ppc64::m_register_info_p
private

Definition at line 27 of file RegisterInfoPOSIX_ppc64.h.

Referenced by GetRegisterInfo(), and RegisterInfoPOSIX_ppc64().


The documentation for this class was generated from the following files: