LLDB mainline
|
#include <AppleObjCRuntimeV1.h>
Public Member Functions | |
HashTableSignature ()=default | |
bool | NeedsUpdate (uint32_t count, uint32_t num_buckets, lldb::addr_t buckets_ptr) |
void | UpdateSignature (uint32_t count, uint32_t num_buckets, lldb::addr_t buckets_ptr) |
Protected Attributes | |
uint32_t | m_count = 0 |
uint32_t | m_num_buckets = 0 |
lldb::addr_t | m_buckets_ptr = LLDB_INVALID_ADDRESS |
Definition at line 125 of file AppleObjCRuntimeV1.h.
|
default |
|
inline |
Definition at line 129 of file AppleObjCRuntimeV1.h.
References m_buckets_ptr, m_count, and m_num_buckets.
Referenced by lldb_private::AppleObjCRuntimeV1::UpdateISAToDescriptorMapIfNeeded().
|
inline |
Definition at line 135 of file AppleObjCRuntimeV1.h.
References m_buckets_ptr, m_count, and m_num_buckets.
Referenced by lldb_private::AppleObjCRuntimeV1::UpdateISAToDescriptorMapIfNeeded().
|
protected |
Definition at line 145 of file AppleObjCRuntimeV1.h.
Referenced by NeedsUpdate(), and UpdateSignature().
|
protected |
Definition at line 143 of file AppleObjCRuntimeV1.h.
Referenced by NeedsUpdate(), and UpdateSignature().
|
protected |
Definition at line 144 of file AppleObjCRuntimeV1.h.
Referenced by NeedsUpdate(), and UpdateSignature().