LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::CompactUnwindInfo::UnwindIndex Struct Reference

Public Member Functions

 UnwindIndex ()=default
 
bool operator< (const CompactUnwindInfo::UnwindIndex &rhs) const
 
bool operator== (const CompactUnwindInfo::UnwindIndex &rhs) const
 

Public Attributes

uint32_t function_offset = 0
 
uint32_t second_level = 0
 
uint32_t lsda_array_start = 0
 
uint32_t lsda_array_end
 
bool sentinal_entry = false
 

Detailed Description

Definition at line 52 of file CompactUnwindInfo.h.

Constructor & Destructor Documentation

◆ UnwindIndex()

lldb_private::CompactUnwindInfo::UnwindIndex::UnwindIndex ( )
default

Member Function Documentation

◆ operator<()

bool lldb_private::CompactUnwindInfo::UnwindIndex::operator< ( const CompactUnwindInfo::UnwindIndex rhs) const
inline

Definition at line 68 of file CompactUnwindInfo.h.

References function_offset.

◆ operator==()

bool lldb_private::CompactUnwindInfo::UnwindIndex::operator== ( const CompactUnwindInfo::UnwindIndex rhs) const
inline

Definition at line 72 of file CompactUnwindInfo.h.

References function_offset.

Member Data Documentation

◆ function_offset

uint32_t lldb_private::CompactUnwindInfo::UnwindIndex::function_offset = 0

◆ lsda_array_end

uint32_t lldb_private::CompactUnwindInfo::UnwindIndex::lsda_array_end
Initial value:
=
0

Definition at line 60 of file CompactUnwindInfo.h.

◆ lsda_array_start

uint32_t lldb_private::CompactUnwindInfo::UnwindIndex::lsda_array_start = 0

Definition at line 58 of file CompactUnwindInfo.h.

Referenced by lldb_private::CompactUnwindInfo::ScanIndex().

◆ second_level

uint32_t lldb_private::CompactUnwindInfo::UnwindIndex::second_level = 0

Definition at line 55 of file CompactUnwindInfo.h.

Referenced by lldb_private::CompactUnwindInfo::ScanIndex().

◆ sentinal_entry

bool lldb_private::CompactUnwindInfo::UnwindIndex::sentinal_entry = false

Definition at line 62 of file CompactUnwindInfo.h.

Referenced by lldb_private::CompactUnwindInfo::ScanIndex().


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