Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h25 class RemoteNXMapTable; variable
123 RemoteNXMapTable &hash_table);
125 void UpdateSignature(const RemoteNXMapTable &hash_table);
339 UpdateISAToDescriptorMap(RemoteNXMapTable &hash_table);
H A DAppleObjCRuntimeV2.cpp1282 class RemoteNXMapTable { class
1284 RemoteNXMapTable() : m_end_iterator(*this, -1) {} in RemoteNXMapTable() function in RemoteNXMapTable
1348 const_iterator(RemoteNXMapTable &parent, int index) in const_iterator()
1438 RemoteNXMapTable &m_parent;
1471 const RemoteNXMapTable &hash_table) { in UpdateSignature()
1479 RemoteNXMapTable &hash_table) { in NeedsUpdate()
2006 RemoteNXMapTable &hash_table) { in UpdateISAToDescriptorMap()
2532 RemoteNXMapTable hash_table; in UpdateISAToDescriptorMapIfNeeded()