LLDB mainline
|
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 |
Definition at line 52 of file CompactUnwindInfo.h.
|
default |
|
inline |
Definition at line 68 of file CompactUnwindInfo.h.
References function_offset.
|
inline |
Definition at line 72 of file CompactUnwindInfo.h.
References function_offset.
uint32_t lldb_private::CompactUnwindInfo::UnwindIndex::function_offset = 0 |
Definition at line 53 of file CompactUnwindInfo.h.
Referenced by lldb_private::CompactUnwindInfo::GetCompactUnwindInfoForFunction(), operator<(), operator==(), and lldb_private::CompactUnwindInfo::ScanIndex().
uint32_t lldb_private::CompactUnwindInfo::UnwindIndex::lsda_array_end |
Definition at line 60 of file CompactUnwindInfo.h.
uint32_t lldb_private::CompactUnwindInfo::UnwindIndex::lsda_array_start = 0 |
Definition at line 58 of file CompactUnwindInfo.h.
Referenced by lldb_private::CompactUnwindInfo::ScanIndex().
uint32_t lldb_private::CompactUnwindInfo::UnwindIndex::second_level = 0 |
Definition at line 55 of file CompactUnwindInfo.h.
Referenced by lldb_private::CompactUnwindInfo::ScanIndex().
bool lldb_private::CompactUnwindInfo::UnwindIndex::sentinal_entry = false |
Definition at line 62 of file CompactUnwindInfo.h.
Referenced by lldb_private::CompactUnwindInfo::ScanIndex().