Home
last modified time | relevance | path

Searched refs:loc_kind (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdb-gdb.py.in158 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":
Dgdbtypes.c2123 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()
Dgnu-v3-abi.c478 if (type->field (index).loc_kind () == FIELD_LOC_KIND_DWARF_BLOCK) in gnuv3_baseclass_offset()
Drust-lang.c298 if (field.loc_kind () == FIELD_LOC_KIND_BITPOS in rewrite_slice_type()
Dgdbtypes.h620 field_loc_kind loc_kind () const in loc_kind() function
Dloongarch-tdep.c576 if (type->field (i).loc_kind () != FIELD_LOC_KIND_BITPOS) in struct_member_info()
Dax-gdb.c1445 if (type->field (fieldno).loc_kind () == FIELD_LOC_KIND_PHYSADDR) in gen_static_field()
Dvalops.c3405 if (type->field (i).loc_kind () != FIELD_LOC_KIND_ENUMVAL in enum_constant_from_type()
Driscv-tdep.c3034 if (type->field (i).loc_kind () != FIELD_LOC_KIND_BITPOS) in analyse_inner()
Dvalue.c2919 switch (type->field (fieldno).loc_kind ()) in value_static_field()
DChangeLog-20081865 Convert static_kind into loc_kind enum.
1868 (struct field): Rename static_kind as loc_kind.
DChangeLog-20128902 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8904 (struct call_site): Adjust loc_kind to accommodate enumval.
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-type.c167 if (type->field (field).loc_kind () == FIELD_LOC_KIND_DWARF_BLOCK) in convert_field()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc15486 enum loc_kind { enum
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git152678 This commit updates uses of 'loc' and 'loc_kind' to 'm_loc' and
162511 field::loc_kind.
162554 Remove FIELD_LOC_KIND, replace its uses with field::loc_kind or
162555 call_site_target::loc_kind.
165464 structures, because it contains members of the same name (loc_kind and