Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp300 lldb::addr_t objc_debug_class_hash_ptr = in GetISAHashTablePointer() local
302 if (objc_debug_class_hash_ptr != 0 && in GetISAHashTablePointer()
303 objc_debug_class_hash_ptr != LLDB_INVALID_ADDRESS) { in GetISAHashTablePointer()
304 m_isa_hash_table_ptr = objc_debug_class_hash_ptr; in GetISAHashTablePointer()