Searched refs:add_AT_loc (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4049 static void add_AT_loc (dw_die_ref, enum dwarf_attribute, dw_loc_descr_ref);
5153 add_AT_loc (dw_die_ref die, enum dwarf_attribute attr_kind, dw_loc_descr_ref loc)
9750 add_AT_loc (die, attr_kind, descr);
9845 add_AT_loc (die, DW_AT_data_member_location, loc_descr);
10755 add_AT_loc (decl_die, DW_AT_location, loc);
11014 add_AT_loc (die, DW_AT_vtable_elem_location,
11952 add_AT_loc (subr_die, DW_AT_frame_base, list->expr);
5146 add_AT_loc (dw_die_ref die, enum dwarf_attribute attr_kind, dw_loc_descr_ref loc) function

Completed in 182 milliseconds