Home
last modified time | relevance | path

Searched refs:hash_table (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1476 const RemoteNXMapTable &hash_table) { in UpdateSignature() argument
1477 m_count = hash_table.GetCount(); in UpdateSignature()
1478 m_num_buckets = hash_table.GetBucketCount(); in UpdateSignature()
1479 m_buckets_ptr = hash_table.GetBucketDataPointer(); in UpdateSignature()
1484 RemoteNXMapTable &hash_table) { in NeedsUpdate() argument
1491 if (m_count == hash_table.GetCount() && in NeedsUpdate()
1862 RemoteNXMapTable &hash_table) { in UpdateISAToDescriptorMap() argument
1897 ? hash_table.GetCount() in UpdateISAToDescriptorMap()
1970 hash_table.GetTableLoadAddress(); in UpdateISAToDescriptorMap()
2379 RemoteNXMapTable hash_table; in UpdateISAToDescriptorMapIfNeeded() local
[all …]
H A DAppleObjCRuntimeV2.h121 RemoteNXMapTable &hash_table);
123 void UpdateSignature(const RemoteNXMapTable &hash_table);
331 UpdateISAToDescriptorMap(RemoteNXMapTable &hash_table);
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2006-08-16-CycleInDAG.ll3 %struct.hash_table = type { ptr, i32, i32, i32 }
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DOpts.td57 def hash_table : FF<"hash-table", "Display .hash section">, Group<grp_elf>;