Home
last modified time | relevance | path

Searched refs:m_buckets_ptr (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.h132 m_buckets_ptr != buckets_ptr; in NeedsUpdate()
139 m_buckets_ptr = buckets_ptr; in UpdateSignature()
145 lldb::addr_t m_buckets_ptr = LLDB_INVALID_ADDRESS; variable
DAppleObjCRuntimeV2.cpp1296 printf("RemoteNXMapTable.m_buckets_ptr = 0x%" PRIX64 "\n", m_buckets_ptr); in Dump()
1332 m_buckets_ptr = m_process->ReadPointerFromMemory(cursor, err); in ParseHeader()
1334 success = m_count > 0 && m_buckets_ptr != LLDB_INVALID_ADDRESS; in ParseHeader()
1341 m_buckets_ptr = LLDB_INVALID_ADDRESS; in ParseHeader()
1394 lldb::addr_t pairs_ptr = m_parent.m_buckets_ptr; in operator *()
1424 const lldb::addr_t pairs_ptr = m_parent.m_buckets_ptr; in AdvanceToValidIndex()
1457 lldb::addr_t GetBucketDataPointer() const { return m_buckets_ptr; } in GetBucketDataPointer()
1465 lldb::addr_t m_buckets_ptr = LLDB_INVALID_ADDRESS; member in RemoteNXMapTable
1479 m_buckets_ptr = hash_table.GetBucketDataPointer(); in UpdateSignature()
1493 m_buckets_ptr == hash_table.GetBucketDataPointer()) { in NeedsUpdate()
DAppleObjCRuntimeV2.h129 lldb::addr_t m_buckets_ptr = 0; variable