Home | History | Annotate | Download | only in DWARF

Lines Matching refs:type_set

244                            TypeSet &type_set)
286 if (type_set.find(type) == type_set.end())
287 type_set.insert(type);
296 GetTypes (cu, child_die, min_die_offset, max_die_offset, type_mask, type_set);
308 TypeSet type_set;
325 type_set);
343 type_set);
353 // apple_types->ForEach([this, &type_set, apple_types, type_mask](const DWARFMappedHash::DIEInfoArray &die_info_array) -> bool {
372 // if (type_set.find(type) == type_set.end())
373 // type_set.insert(type);
385 // m_type_index.ForEach([this, &type_set, type_mask](const char *name, uint32_t die_offset) -> bool {
403 // if (type_set.find(type) == type_set.end())
404 // type_set.insert(type);
412 for (Type *type : type_set)