Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h21 class RemoteNXMapTable; variable
123 RemoteNXMapTable &hash_table);
125 void UpdateSignature(const RemoteNXMapTable &hash_table);
331 UpdateISAToDescriptorMap(RemoteNXMapTable &hash_table);
H A DAppleObjCRuntimeV2.cpp1200 class RemoteNXMapTable { class
1202 RemoteNXMapTable() : m_end_iterator(*this, -1) {} in RemoteNXMapTable() function in RemoteNXMapTable
1266 const_iterator(RemoteNXMapTable &parent, int index) in const_iterator()
1356 RemoteNXMapTable &m_parent;
1389 const RemoteNXMapTable &hash_table) { in UpdateSignature()
1397 RemoteNXMapTable &hash_table) { in NeedsUpdate()
1733 RemoteNXMapTable &hash_table) { in UpdateISAToDescriptorMap()
2204 RemoteNXMapTable hash_table; in UpdateISAToDescriptorMapIfNeeded()