Searched refs:loc_descr (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | dwarf2out.c | 18209 dw_loc_descr_ref loc_descr in loc_list_from_tree_1() local 18213 if (loc_descr == NULL) in loc_list_from_tree_1() 18216 add_loc_descr (&ret, loc_descr); in loc_list_from_tree_1() 19352 dw_loc_descr_ref loc_descr = 0; in add_data_member_location_attribute() local 19372 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 19376 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 19383 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 19385 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 19389 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 19393 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | dwarf2out.c | 14286 dw_loc_descr_ref loc_descr = 0; in add_data_member_location_attribute() local 14306 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 14310 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 14317 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 14319 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 14323 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 14327 add_loc_descr (&loc_descr, tmp); in add_data_member_location_attribute() 14335 if (! loc_descr) in add_data_member_location_attribute() 14363 loc_descr = new_loc_descr (op, offset, 0); in add_data_member_location_attribute() 14367 add_AT_loc (die, DW_AT_data_member_location, loc_descr); in add_data_member_location_attribute()
|