#include <AppleObjCRuntimeV1.h>
Definition at line 125 of file AppleObjCRuntimeV1.h.
◆ HashTableSignature()
lldb_private::AppleObjCRuntimeV1::HashTableSignature::HashTableSignature |
( |
| ) |
|
|
default |
◆ NeedsUpdate()
bool lldb_private::AppleObjCRuntimeV1::HashTableSignature::NeedsUpdate |
( |
uint32_t | count, |
|
|
uint32_t | num_buckets, |
|
|
lldb::addr_t | buckets_ptr ) |
|
inline |
◆ UpdateSignature()
void lldb_private::AppleObjCRuntimeV1::HashTableSignature::UpdateSignature |
( |
uint32_t | count, |
|
|
uint32_t | num_buckets, |
|
|
lldb::addr_t | buckets_ptr ) |
|
inline |
◆ m_buckets_ptr
◆ m_count
uint32_t lldb_private::AppleObjCRuntimeV1::HashTableSignature::m_count = 0 |
|
protected |
◆ m_num_buckets
uint32_t lldb_private::AppleObjCRuntimeV1::HashTableSignature::m_num_buckets = 0 |
|
protected |
The documentation for this class was generated from the following file: