Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp44 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS) {} in AppleObjCRuntimeV1()
281 if (m_isa_hash_table_ptr == LLDB_INVALID_ADDRESS) { in GetISAHashTablePointer()
304 m_isa_hash_table_ptr = objc_debug_class_hash_ptr; in GetISAHashTablePointer()
310 return m_isa_hash_table_ptr; in GetISAHashTablePointer()
H A DAppleObjCRuntimeV1.h151 lldb::addr_t m_isa_hash_table_ptr; variable
H A DAppleObjCRuntimeV2.h463 lldb::addr_t m_isa_hash_table_ptr; variable
H A DAppleObjCRuntimeV2.cpp735 m_isa_hash_table_ptr(LLDB_INVALID_ADDRESS), in AppleObjCRuntimeV2()
1584 if (m_isa_hash_table_ptr == LLDB_INVALID_ADDRESS) { in GetISAHashTablePointer()
1602 m_isa_hash_table_ptr = process->ReadPointerFromMemory( in GetISAHashTablePointer()
1607 return m_isa_hash_table_ptr; in GetISAHashTablePointer()