Searched refs:get_AT_ref (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dwarf2ctf.cc | 69 dw_die_ref type_die = get_AT_ref (die, DW_AT_type); in ctf_get_AT_type() 820 dw_die_ref decl = get_AT_ref (die, DW_AT_specification); in gen_ctf_variable()
|
| D | dwarf2out.h | 441 extern dw_die_ref get_AT_ref (dw_die_ref, enum dwarf_attribute);
|
| D | dwarf2out.cc | 5468 if ((t = get_AT_ref (die, DW_AT_abstract_origin)) in get_die_parent() 5469 || (t = get_AT_ref (die, DW_AT_specification))) in get_die_parent() 5521 get_AT_ref (dw_die_ref die, enum dwarf_attribute attr_kind) in get_AT_ref() function 5798 dw_die_ref tmp = get_AT_ref (child, DW_AT_specification); in splice_child_die() 5806 == get_AT_ref (parent, DW_AT_specification))); in splice_child_die() 5904 type_die = get_AT_ref (type_die, DW_AT_type); in strip_naming_typedef() 7213 spec = get_AT_ref (die, DW_AT_specification); in checksum_die_context() 7285 dw_die_ref decl = get_AT_ref (target_die, DW_AT_specification); in attr_checksum_ordered() 7310 dw_die_ref decl = get_AT_ref (target_die, DW_AT_specification); in attr_checksum_ordered() 7652 decl = get_AT_ref (die, DW_AT_specification); in die_checksum_ordered() [all …]
|
| D | ChangeLog-2000 | 10604 get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails. 29225 AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
|
| D | ChangeLog-2021 | 21803 (get_AT_ref): Likewise.
|
| D | ChangeLog-2015 | 16734 (get_AT_ref): Likewise.
|