Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h22 class RemoteNXMapTable; variable
122 RemoteNXMapTable &hash_table);
124 void UpdateSignature(const RemoteNXMapTable &hash_table);
338 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()
2385 RemoteNXMapTable hash_table; in UpdateISAToDescriptorMapIfNeeded()