Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h24 class RemoteNXMapTable; variable
120 RemoteNXMapTable &hash_table);
122 void UpdateSignature(const RemoteNXMapTable &hash_table);
336 UpdateISAToDescriptorMap(RemoteNXMapTable &hash_table);
H A DAppleObjCRuntimeV2.cpp1275 class RemoteNXMapTable { in GetByteOffsetForIvar()
1277 RemoteNXMapTable() : m_end_iterator(*this, -1) {} in GetByteOffsetForIvar()
1280 printf("RemoteNXMapTable.m_load_addr = 0x%" PRIx64 "\n", m_load_addr); in GetByteOffsetForIvar()
1281 printf("RemoteNXMapTable.m_count = %u\n", m_count); in GetByteOffsetForIvar()
1282 printf("RemoteNXMapTable.m_num_buckets_minus_one = %u\n", in GetByteOffsetForIvar()
1284 printf("RemoteNXMapTable.m_buckets_ptr = 0x%" PRIX64 "\n", m_buckets_ptr); in GetByteOffsetForIvar()
1341 const_iterator(RemoteNXMapTable &parent, int index) in ParseHeader()
1431 RemoteNXMapTable &m_parent;
1464 const RemoteNXMapTable &hash_table) {
1472 RemoteNXMapTable in GetTableLoadAddress()
1299 class RemoteNXMapTable { global() class
1301 RemoteNXMapTable() : m_end_iterator(*this, -1) {} RemoteNXMapTable() function in RemoteNXMapTable
[all...]