LLDB mainline
|
Public Member Functions | |
FunctionInfo ()=default | |
Public Attributes | |
uint32_t | encoding = 0 |
Address | lsda_address |
Address | personality_ptr_address |
uint32_t | valid_range_offset_start = 0 |
uint32_t | valid_range_offset_end |
Definition at line 79 of file CompactUnwindInfo.h.
|
default |
uint32_t lldb_private::CompactUnwindInfo::FunctionInfo::encoding = 0 |
Definition at line 80 of file CompactUnwindInfo.h.
Referenced by lldb_private::CompactUnwindInfo::CreateUnwindPlan_arm64(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_armv7(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_i386(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_x86_64(), lldb_private::CompactUnwindInfo::GetCompactUnwindInfoForFunction(), and lldb_private::CompactUnwindInfo::GetUnwindPlan().
Address lldb_private::CompactUnwindInfo::FunctionInfo::lsda_address |
Definition at line 81 of file CompactUnwindInfo.h.
Referenced by lldb_private::CompactUnwindInfo::CreateUnwindPlan_arm64(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_armv7(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_i386(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_x86_64(), and lldb_private::CompactUnwindInfo::GetCompactUnwindInfoForFunction().
Address lldb_private::CompactUnwindInfo::FunctionInfo::personality_ptr_address |
Definition at line 82 of file CompactUnwindInfo.h.
Referenced by lldb_private::CompactUnwindInfo::CreateUnwindPlan_arm64(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_armv7(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_i386(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_x86_64(), and lldb_private::CompactUnwindInfo::GetCompactUnwindInfoForFunction().
uint32_t lldb_private::CompactUnwindInfo::FunctionInfo::valid_range_offset_end |
Definition at line 87 of file CompactUnwindInfo.h.
Referenced by lldb_private::CompactUnwindInfo::GetCompactUnwindInfoForFunction(), and lldb_private::CompactUnwindInfo::GetUnwindPlan().
uint32_t lldb_private::CompactUnwindInfo::FunctionInfo::valid_range_offset_start = 0 |
Definition at line 85 of file CompactUnwindInfo.h.
Referenced by lldb_private::CompactUnwindInfo::CreateUnwindPlan_i386(), lldb_private::CompactUnwindInfo::CreateUnwindPlan_x86_64(), lldb_private::CompactUnwindInfo::GetCompactUnwindInfoForFunction(), and lldb_private::CompactUnwindInfo::GetUnwindPlan().