Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h21 class RemoteNXMapTable; variable
121 RemoteNXMapTable &hash_table);
123 void UpdateSignature(const RemoteNXMapTable &hash_table);
331 UpdateISAToDescriptorMap(RemoteNXMapTable &hash_table);
H A DAppleObjCRuntimeV2.cpp1287 class RemoteNXMapTable { class
1289 RemoteNXMapTable() : m_end_iterator(*this, -1) {} in RemoteNXMapTable() function in RemoteNXMapTable
1353 const_iterator(RemoteNXMapTable &parent, int index) in const_iterator()
1443 RemoteNXMapTable &m_parent;
1476 const RemoteNXMapTable &hash_table) { in UpdateSignature()
1484 RemoteNXMapTable &hash_table) { in NeedsUpdate()
1862 RemoteNXMapTable &hash_table) { in UpdateISAToDescriptorMap()
2379 RemoteNXMapTable hash_table; in UpdateISAToDescriptorMapIfNeeded()