reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  963     printf("RemoteNXMapTable.m_buckets_ptr = 0x%" PRIX64 "\n", m_buckets_ptr);
  999         m_buckets_ptr = m_process->ReadPointerFromMemory(cursor, err);
 1001         success = m_count > 0 && m_buckets_ptr != LLDB_INVALID_ADDRESS;
 1008       m_buckets_ptr = LLDB_INVALID_ADDRESS;
 1061       lldb::addr_t pairs_ptr = m_parent.m_buckets_ptr;
 1091       const lldb::addr_t pairs_ptr = m_parent.m_buckets_ptr;
 1124   lldb::addr_t GetBucketDataPointer() const { return m_buckets_ptr; }