Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp1299 class RemoteNXMapTable { class
1301 RemoteNXMapTable() : m_end_iterator(*this, -1) {} in RemoteNXMapTable() function in RemoteNXMapTable
1365 const_iterator(RemoteNXMapTable &parent, int index) in const_iterator()
1455 RemoteNXMapTable &m_parent;
1488 const RemoteNXMapTable &hash_table) { in UpdateSignature()
1496 RemoteNXMapTable &hash_table) { in NeedsUpdate()
2014 RemoteNXMapTable &hash_table) { in UpdateISAToDescriptorMap()
2540 RemoteNXMapTable hash_table; in UpdateISAToDescriptorMapIfNeeded()