Searched refs:m_hash_signature (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.cpp | 43 : AppleObjCRuntime(process), m_hash_signature(), in AppleObjCRuntimeV1() 355 if (m_hash_signature.NeedsUpdate(count, num_buckets, buckets_ptr)) { in UpdateISAToDescriptorMapIfNeeded() 356 m_hash_signature.UpdateSignature(count, num_buckets, buckets_ptr); in UpdateISAToDescriptorMapIfNeeded()
|
H A D | AppleObjCRuntimeV1.h | 150 HashTableSignature m_hash_signature; variable
|
H A D | AppleObjCRuntimeV2.h | 467 HashTableSignature m_hash_signature; 465 HashTableSignature m_hash_signature; global() variable
|
H A D | AppleObjCRuntimeV2.cpp | 736 m_relative_selector_base(LLDB_INVALID_ADDRESS), m_hash_signature(), in AppleObjCRuntimeV2() 2526 if (!m_hash_signature.NeedsUpdate(process, this, hash_table) && in UpdateISAToDescriptorMapIfNeeded() 2530 m_hash_signature.UpdateSignature(hash_table); in UpdateISAToDescriptorMapIfNeeded()
|