Searched refs:loc_kind (Results 1 – 15 of 15) sorted by relevance
158 loc_kind = str(field_val["m_loc_kind"])159 if loc_kind == "FIELD_LOC_KIND_BITPOS":161 elif loc_kind == "FIELD_LOC_KIND_ENUMVAL":163 elif loc_kind == "FIELD_LOC_KIND_PHYSADDR":165 elif loc_kind == "FIELD_LOC_KIND_PHYSNAME":167 elif loc_kind == "FIELD_LOC_KIND_DWARF_BLOCK":
2123 if (type->field (i).loc_kind () != FIELD_LOC_KIND_DWARF_BLOCK) in is_dynamic_type_internal()2558 if (type->field (idx).loc_kind () != FIELD_LOC_KIND_BITPOS) in compute_variant_fields_inner()2682 if (resolved_type->field (i).loc_kind () == FIELD_LOC_KIND_DWARF_BLOCK) in resolve_dynamic_struct()2706 if (resolved_type->field (i).loc_kind () != FIELD_LOC_KIND_BITPOS) in resolve_dynamic_struct()2721 gdb_assert (resolved_type->field (i).loc_kind () in resolve_dynamic_struct()4298 || field1->loc_kind () != field2->loc_kind ()) in check_types_equal()4302 switch (field1->loc_kind ()) in check_types_equal()4338 field1->loc_kind ()); in check_types_equal()5499 switch (type->field (i).loc_kind ()) in copy_type_recursive()5521 type->field (i).loc_kind ()); in copy_type_recursive()
478 if (type->field (index).loc_kind () == FIELD_LOC_KIND_DWARF_BLOCK) in gnuv3_baseclass_offset()
298 if (field.loc_kind () == FIELD_LOC_KIND_BITPOS in rewrite_slice_type()
620 field_loc_kind loc_kind () const in loc_kind() function
576 if (type->field (i).loc_kind () != FIELD_LOC_KIND_BITPOS) in struct_member_info()
1445 if (type->field (fieldno).loc_kind () == FIELD_LOC_KIND_PHYSADDR) in gen_static_field()
3405 if (type->field (i).loc_kind () != FIELD_LOC_KIND_ENUMVAL in enum_constant_from_type()
3034 if (type->field (i).loc_kind () != FIELD_LOC_KIND_BITPOS) in analyse_inner()
2919 switch (type->field (fieldno).loc_kind ()) in value_static_field()
1865 Convert static_kind into loc_kind enum.1868 (struct field): Rename static_kind as loc_kind.
8902 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to8904 (struct call_site): Adjust loc_kind to accommodate enumval.
167 if (type->field (field).loc_kind () == FIELD_LOC_KIND_DWARF_BLOCK) in convert_field()
15486 enum loc_kind { enum
152678 This commit updates uses of 'loc' and 'loc_kind' to 'm_loc' and162511 field::loc_kind.162554 Remove FIELD_LOC_KIND, replace its uses with field::loc_kind or162555 call_site_target::loc_kind.165464 structures, because it contains members of the same name (loc_kind and