Lines Matching refs:DataDescriptor_64
65 struct DataDescriptor_64 { struct in lldb_private::formatters::NSSetISyntheticFrontEnd
78 DataDescriptor_64 *m_data_64 = nullptr;
152 struct DataDescriptor_64 { struct
160 GenericNSSetMSyntheticFrontEnd<DataDescriptor_32, DataDescriptor_64>;
171 struct DataDescriptor_64 { struct
179 GenericNSSetMSyntheticFrontEnd<DataDescriptor_32, DataDescriptor_64>;
192 struct DataDescriptor_64 { struct
202 GenericNSSetMSyntheticFrontEnd<DataDescriptor_32, DataDescriptor_64>;
225 return __NSSetMSize_Impl<DataDescriptor_64>(process, valobj_addr, error); in __NSSetMSize()
453 m_data_64 = new DataDescriptor_64(); in Update()
454 process_sp->ReadMemory(data_location, m_data_64, sizeof(DataDescriptor_64), in Update()