Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h420 lldb::addr_t GetISAHashTablePointer();
H A DAppleObjCRuntimeV2.cpp1473 if (!hash_table.ParseHeader(process, runtime->GetISAHashTablePointer())) { in NeedsUpdate()
1583 lldb::addr_t AppleObjCRuntimeV2::GetISAHashTablePointer() { in GetISAHashTablePointer() function in AppleObjCRuntimeV2