Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp280 lldb::addr_t AppleObjCRuntimeV1::GetISAHashTablePointer() { in GetISAHashTablePointer() function in AppleObjCRuntimeV1
331 lldb::addr_t hash_table_ptr = GetISAHashTablePointer(); in UpdateISAToDescriptorMapIfNeeded()
H A DAppleObjCRuntimeV1.h148 lldb::addr_t GetISAHashTablePointer();
H A DAppleObjCRuntimeV2.h386 lldb::addr_t GetISAHashTablePointer();
H A DAppleObjCRuntimeV2.cpp1485 if (!hash_table.ParseHeader(process, runtime->GetISAHashTablePointer())) { in NeedsUpdate()
1595 lldb::addr_t AppleObjCRuntimeV2::GetISAHashTablePointer() { in GetISAHashTablePointer() function in AppleObjCRuntimeV2