Home
last modified time | relevance | path

Searched defs:DataDescriptor_64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp65 struct DataDescriptor_64 { struct in lldb_private::formatters::NSSetISyntheticFrontEnd
66 uint64_t _used : 58;
67 uint32_t _szidx : 6;
152 struct DataDescriptor_64 { struct
153 uint64_t _used : 58;
154 uint64_t _size;
155 uint64_t _mutations;
156 uint64_t _objs_addr;
171 struct DataDescriptor_64 { struct
172 uint64_t _used : 58;
[all …]
H A DNSArray.cpp111 struct DataDescriptor_64 { struct
112 uint64_t _used;
113 uint64_t _offset;
114 uint64_t _size : 60;
115 uint64_t _priv1 : 4;
116 uint32_t _priv2;
117 uint64_t _data;
134 struct DataDescriptor_64 { struct
135 uint64_t _used;
136 uint64_t _offset;
[all …]
H A DNSDictionary.cpp122 struct DataDescriptor_64 { struct in lldb_private::formatters::NSDictionaryISyntheticFrontEnd
123 uint64_t _used : 58;
124 uint32_t _szidx : 6;
286 struct DataDescriptor_64 { struct in lldb_private::formatters::Foundation1100::NSDictionaryMSyntheticFrontEnd
287 uint64_t _used : 58;
288 uint32_t _kvo : 1;
289 uint64_t _size;
290 uint64_t _mutations;
291 uint64_t _objs_addr;
292 uint64_t _keys_addr;
[all …]