Searched refs:get_AT_string (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2ctf.cc | 229 const char * name_string = get_AT_string (type, DW_AT_name); in gen_ctf_base_type() 459 const char *tdef_name = get_AT_string (tdef, DW_AT_name); in gen_ctf_typedef() 528 const char *sou_name = get_AT_string (sou, DW_AT_name); in gen_ctf_sou_type() 562 field_name = get_AT_string (c, DW_AT_name); in gen_ctf_sou_type() 642 const char *function_name = get_AT_string (function, DW_AT_name); in gen_ctf_function_type() 715 arg_name = get_AT_string (c, DW_AT_name); in gen_ctf_function_type() 735 const char *enum_name = get_AT_string (enumeration, DW_AT_name); in gen_ctf_enumeration_type() 776 enumerator_name = get_AT_string (c, DW_AT_name); in gen_ctf_enumeration_type() 802 const char *var_name = get_AT_string (die, DW_AT_name); in gen_ctf_variable() 907 const char *name = get_AT_string (die, DW_AT_name); in gen_ctf_type()
|
H A D | dwarf2out.h | 442 extern const char *get_AT_string (dw_die_ref, enum dwarf_attribute);
|
H A D | dwarf2out.cc | 5491 get_AT_string (dw_die_ref die, enum dwarf_attribute attr_kind) in get_AT_string() function 7211 name = get_AT_string (die, DW_AT_name); in checksum_die_context() 7773 name = get_AT_string (die, DW_AT_name); in generate_type_signature() 7990 const char *die_name = get_AT_string (unit_die, DW_AT_name); in compute_comp_unit_symbol() 11544 e.name = concat (scope_name, get_AT_string (die, DW_AT_name), NULL); in add_enumerator_pubname() 12564 const char *filename0 = get_AT_string (comp_unit_die (), DW_AT_name); in output_file_names() 12778 const char *filename0 = get_AT_string (comp_unit_die (), DW_AT_name); in output_file_names() 29571 filename0 = get_AT_string (comp_unit_die (), DW_AT_name); in dwarf2out_assembly_start() 29587 const char *filename0 = get_AT_string (comp_unit_die (), DW_AT_name); in dwarf2out_assembly_start()
|
H A D | FSFChangeLog.11 | 10033 (get_AT_low_pc, get_AT_string, get_AT_flag, get_AT_unsigned,
|
H A D | ChangeLog-2021 | 21800 (get_AT_string): Likewise.
|
H A D | ChangeLog-2000 | 10603 (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
|
H A D | ChangeLog-2015 | 16731 (get_AT_string): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 3682 static const char *get_AT_string (dw_die_ref, enum dwarf_attribute); 5347 get_AT_string (dw_die_ref die, enum dwarf_attribute attr_kind) in get_AT_string() function 7065 name = get_AT_string (die, DW_AT_name); in checksum_die_context() 7627 name = get_AT_string (die, DW_AT_name); in generate_type_signature() 7844 const char *die_name = get_AT_string (unit_die, DW_AT_name); in compute_comp_unit_symbol() 11382 e.name = concat (scope_name, get_AT_string (die, DW_AT_name), NULL); in add_enumerator_pubname() 12378 const char *filename0 = get_AT_string (comp_unit_die (), DW_AT_name); in output_file_names()
|
H A D | FSFChangeLog.11 | 10033 (get_AT_low_pc, get_AT_string, get_AT_flag, get_AT_unsigned,
|