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.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 { class
1277 RemoteNXMapTable() : m_end_iterator(*this, -1) {} in RemoteNXMapTable() function in RemoteNXMapTable
1341 const_iterator(RemoteNXMapTable &parent, int index) in const_iterator()
1431 RemoteNXMapTable &m_parent;
1464 const RemoteNXMapTable &hash_table) { in UpdateSignature()
1472 RemoteNXMapTable &hash_table) { in NeedsUpdate()
1990 RemoteNXMapTable &hash_table) { in UpdateISAToDescriptorMap()
2516 RemoteNXMapTable hash_table; in UpdateISAToDescriptorMapIfNeeded()