Lines Matching defs:cursor
68 lldb::offset_t cursor = 0;
70 m_isa = extractor.GetAddress_unchecked(&cursor); // uintptr_t isa;
71 m_superclass = extractor.GetAddress_unchecked(&cursor); // Class superclass;
72 m_cache_ptr = extractor.GetAddress_unchecked(&cursor); // void *cache;
73 m_vtable_ptr = extractor.GetAddress_unchecked(&cursor); // IMP *vtable;
75 extractor.GetAddress_unchecked(&cursor); // uintptr_t data_NEVER_USE;
112 lldb::offset_t cursor = 0;
114 m_flags = extractor.GetU32_unchecked(&cursor);
115 m_version = extractor.GetU32_unchecked(&cursor);
116 m_ro_ptr = extractor.GetAddress_unchecked(&cursor);
119 m_method_list_ptr = extractor.GetAddress_unchecked(&cursor);
120 m_properties_ptr = extractor.GetAddress_unchecked(&cursor);
121 m_firstSubclass = extractor.GetAddress_unchecked(&cursor);
122 m_nextSiblingClass = extractor.GetAddress_unchecked(&cursor);
129 cursor = 0;
133 m_ro_ptr = extractor.GetAddress_unchecked(&cursor);
168 lldb::offset_t cursor = 0;
170 m_flags = extractor.GetU32_unchecked(&cursor);
171 m_instanceStart = extractor.GetU32_unchecked(&cursor);
172 m_instanceSize = extractor.GetU32_unchecked(&cursor);
174 m_reserved = extractor.GetU32_unchecked(&cursor);
177 m_ivarLayout_ptr = extractor.GetAddress_unchecked(&cursor);
178 m_name_ptr = extractor.GetAddress_unchecked(&cursor);
179 m_baseMethods_ptr = extractor.GetAddress_unchecked(&cursor);
180 m_baseProtocols_ptr = extractor.GetAddress_unchecked(&cursor);
181 m_ivars_ptr = extractor.GetAddress_unchecked(&cursor);
182 m_weakIvarLayout_ptr = extractor.GetAddress_unchecked(&cursor);
183 m_baseProperties_ptr = extractor.GetAddress_unchecked(&cursor);
257 lldb::offset_t cursor = 0;
259 uint32_t entsize = extractor.GetU32_unchecked(&cursor);
263 m_count = extractor.GetU32_unchecked(&cursor);
264 m_first_ptr = addr + cursor;
285 lldb::offset_t cursor = 0;
288 uint32_t nameref_offset = extractor.GetU32_unchecked(&cursor);
289 uint32_t types_offset = extractor.GetU32_unchecked(&cursor);
290 uint32_t imp_offset = extractor.GetU32_unchecked(&cursor);
306 m_name_ptr = extractor.GetAddress_unchecked(&cursor);
307 m_types_ptr = extractor.GetAddress_unchecked(&cursor);
308 m_imp_ptr = extractor.GetAddress_unchecked(&cursor);
335 lldb::offset_t cursor = 0;
337 m_entsize = extractor.GetU32_unchecked(&cursor);
338 m_count = extractor.GetU32_unchecked(&cursor);
339 m_first_ptr = addr + cursor;
358 lldb::offset_t cursor = 0;
360 m_offset_ptr = extractor.GetAddress_unchecked(&cursor);
361 m_name_ptr = extractor.GetAddress_unchecked(&cursor);
362 m_type_ptr = extractor.GetAddress_unchecked(&cursor);
363 m_alignment = extractor.GetU32_unchecked(&cursor);
364 m_size = extractor.GetU32_unchecked(&cursor);
394 lldb::offset_t cursor = 0;
395 uint64_t raw_entry = extractor.GetU64_unchecked(&cursor);
420 lldb::offset_t cursor = 0;
421 m_entsize = extractor.GetU32_unchecked(&cursor);
422 m_count = extractor.GetU32_unchecked(&cursor);
423 m_first_ptr = addr + cursor;