Searched refs:objc_debug_class_hash_ptr (Results 1 – 1 of 1) sorted by relevance
341 …lldb::addr_t objc_debug_class_hash_ptr = process->ReadPointerFromMemory(objc_debug_class_hash_addr… in GetISAHashTablePointer() local342 if (objc_debug_class_hash_ptr != 0 && in GetISAHashTablePointer()343 objc_debug_class_hash_ptr != LLDB_INVALID_ADDRESS) in GetISAHashTablePointer()345 m_isa_hash_table_ptr = objc_debug_class_hash_ptr; in GetISAHashTablePointer()