Searched refs:get_AT_unsigned (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2ctf.cc | 91 field_location = get_AT_unsigned (die, DW_AT_data_bit_offset); in ctf_get_AT_data_member_location() 111 field_location = (get_AT_unsigned (die, in ctf_get_AT_data_member_location() 145 return get_AT_unsigned (die, DW_AT_decl_line); in ctf_get_die_loc_line() 154 return get_AT_unsigned (die, DW_AT_decl_column); in ctf_get_die_loc_col() 227 unsigned int encoding = get_AT_unsigned (type, DW_AT_encoding); in gen_ctf_base_type() 405 array_num_elements = get_AT_unsigned (c, DW_AT_upper_bound) + 1; in gen_ctf_array_type() 407 array_num_elements = get_AT_unsigned (c, DW_AT_count); in gen_ctf_array_type()
|
H A D | dwarf2out.h | 445 extern unsigned get_AT_unsigned (dw_die_ref, enum dwarf_attribute);
|
H A D | dwarf2out.cc | 5513 get_AT_unsigned (dw_die_ref die, enum dwarf_attribute attr_kind) in get_AT_unsigned() function 5541 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_c() 5554 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_cxx() 5579 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_fortran() 5608 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_ada() 5618 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_dlang() 8732 get_AT_unsigned (comp_unit_die (), DW_AT_language)); in break_out_comdat_types() 13694 && get_AT_unsigned (mod_type_die, DW_AT_endianity)))) in modified_type_die() 21498 switch (get_AT_unsigned (comp_unit_die (), DW_AT_language)) in lower_bound_default() 21878 switch (get_AT_unsigned (comp_unit_die (), DW_AT_language)) in add_prototyped_attribute() [all …]
|
H A D | FSFChangeLog.11 | 10033 (get_AT_low_pc, get_AT_string, get_AT_flag, get_AT_unsigned, 10201 (decl_class_context, get_AT_unsigned): New functions.
|
H A D | ChangeLog-2021 | 21802 (get_AT_unsigned): Likewise.
|
H A D | ChangeLog-2000 | 10604 get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
|
H A D | ChangeLog-2015 | 16733 (get_AT_unsigned): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 3684 static unsigned get_AT_unsigned (dw_die_ref, enum dwarf_attribute); 5369 get_AT_unsigned (dw_die_ref die, enum dwarf_attribute attr_kind) in get_AT_unsigned() function 5397 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_c() 5410 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_cxx() 5435 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_fortran() 5464 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_ada() 5474 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_dlang() 8586 get_AT_unsigned (comp_unit_die (), DW_AT_language)); in break_out_comdat_types() 13247 && get_AT_unsigned (mod_type_die, DW_AT_endianity)))) in modified_type_die() 20836 switch (get_AT_unsigned (comp_unit_die (), DW_AT_language)) in lower_bound_default() [all …]
|
H A D | FSFChangeLog.11 | 10033 (get_AT_low_pc, get_AT_string, get_AT_flag, get_AT_unsigned, 10201 (decl_class_context, get_AT_unsigned): New functions.
|