LLDB mainline
lldb_private::ArmUnwindInfo::ArmExidxEntry Struct Reference

Public Member Functions

 ArmExidxEntry (uint32_t f, lldb::addr_t a, uint32_t d)
bool operator< (const ArmExidxEntry &other) const

Public Attributes

uint32_t file_address
lldb::addr_t address
uint32_t data

Detailed Description

Definition at line 41 of file ArmUnwindInfo.h.

Constructor & Destructor Documentation

◆ ArmExidxEntry()

ArmUnwindInfo::ArmExidxEntry::ArmExidxEntry ( uint32_t f,
lldb::addr_t a,
uint32_t d )

Definition at line 40 of file ArmUnwindInfo.cpp.

References address, data, and file_address.

Referenced by operator<().

Member Function Documentation

◆ operator<()

bool ArmUnwindInfo::ArmExidxEntry::operator< ( const ArmExidxEntry & other) const

Definition at line 44 of file ArmUnwindInfo.cpp.

References address, and ArmExidxEntry().

Member Data Documentation

◆ address

lldb::addr_t lldb_private::ArmUnwindInfo::ArmExidxEntry::address

Definition at line 47 of file ArmUnwindInfo.h.

Referenced by ArmExidxEntry(), and operator<().

◆ data

uint32_t lldb_private::ArmUnwindInfo::ArmExidxEntry::data

Definition at line 48 of file ArmUnwindInfo.h.

Referenced by ArmExidxEntry().

◆ file_address

uint32_t lldb_private::ArmUnwindInfo::ArmExidxEntry::file_address

Definition at line 46 of file ArmUnwindInfo.h.

Referenced by ArmExidxEntry().


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