LLDB mainline
Public Member Functions | Public Attributes | List of all members
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.

Member Function Documentation

◆ operator<()

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

Definition at line 44 of file ArmUnwindInfo.cpp.

References address.

Member Data Documentation

◆ address

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

Definition at line 47 of file ArmUnwindInfo.h.

Referenced by operator<().

◆ data

uint32_t lldb_private::ArmUnwindInfo::ArmExidxEntry::data

Definition at line 48 of file ArmUnwindInfo.h.

◆ file_address

uint32_t lldb_private::ArmUnwindInfo::ArmExidxEntry::file_address

Definition at line 46 of file ArmUnwindInfo.h.


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