Searched refs:UpdateSignature (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h131 void UpdateSignature(uint32_t count, uint32_t num_buckets, function in class:lldb_private::AppleObjCRuntimeV1::HashTableSignature
H A DAppleObjCRuntimeV2.h118 void UpdateSignature(const RemoteNXMapTable &hash_table);
H A DAppleObjCRuntimeV1.cpp368 m_hash_signature.UpdateSignature(count, num_buckets, buckets_ptr);
H A DAppleObjCRuntimeV2.cpp1143 void AppleObjCRuntimeV2::HashTableSignature::UpdateSignature(
1884 m_hash_signature.UpdateSignature(hash_table);

Completed in 330 milliseconds