Home
last modified time | relevance | path

Searched refs:get_AT_unsigned (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2ctf.cc91 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 Ddwarf2out.h445 extern unsigned get_AT_unsigned (dw_die_ref, enum dwarf_attribute);
H A Ddwarf2out.cc5513 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 DFSFChangeLog.1110033 (get_AT_low_pc, get_AT_string, get_AT_flag, get_AT_unsigned,
10201 (decl_class_context, get_AT_unsigned): New functions.
H A DChangeLog-202121802 (get_AT_unsigned): Likewise.
H A DChangeLog-200010604 get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
H A DChangeLog-201516733 (get_AT_unsigned): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c3684 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 DFSFChangeLog.1110033 (get_AT_low_pc, get_AT_string, get_AT_flag, get_AT_unsigned,
10201 (decl_class_context, get_AT_unsigned): New functions.