Searched refs:loc_descriptor (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | ggc-common.c | 791 struct loc_descriptor struct 810 const struct loc_descriptor *d = p; in hash_descriptor() argument 818 const struct loc_descriptor *d = p1; in eq_descriptor() 819 const struct loc_descriptor *d2 = p2; in eq_descriptor() 830 struct loc_descriptor *loc; 852 static struct loc_descriptor * 853 loc_descriptor (const char *name, int line, const char *function) in loc_descriptor() function 855 struct loc_descriptor loc; in loc_descriptor() 856 struct loc_descriptor **slot; in loc_descriptor() 864 slot = (struct loc_descriptor **) htab_find_slot (loc_hash, &loc, 1); in loc_descriptor() [all …]
|
| HD | dwarf2out.c | 4155 static dw_loc_descr_ref loc_descriptor (rtx); 9038 dw_loc_descr_ref x0_ref = loc_descriptor (x0); in concat_loc_descriptor() 9039 dw_loc_descr_ref x1_ref = loc_descriptor (x1); in concat_loc_descriptor() 9062 loc_descriptor (rtx rtl) in loc_descriptor() function 9094 loc_result = loc_descriptor (XEXP (XEXP (rtl, 1), 0)); in loc_descriptor() 9109 loc_result = loc_descriptor (XEXP (RTVEC_ELT (par_elems, 0), 0)); in loc_descriptor() 9116 temp = loc_descriptor (XEXP (RTVEC_ELT (par_elems, i), 0)); in loc_descriptor() 9248 return loc_descriptor (rtl); in loc_descriptor_from_tree_1() 10448 list = new_loc_list (loc_descriptor (varloc), in add_location_or_const_value_attribute() 10458 add_loc_descr_to_loc_list (&list, loc_descriptor (varloc), in add_location_or_const_value_attribute() [all …]
|
| HD | ChangeLog-1997 | 2748 (loc_descriptor): Call it.
|
| HD | ChangeLog-2004 | 14621 mem_loc_descriptor, loc_descriptor, loc_descriptor_from_tree_1, 19776 * dwarf2out.c (loc_descriptor): Handle PARALLEL here ... 39584 (loc_descriptor): New structure. 39585 (hash_descriptor, eq_descriptor, loc_descriptor, cmp_statistics, 42786 (loc_descriptor): Likewise. Process VAR_LOCATION. 42787 (concat_loc_descriptor): Call loc_descriptor with can_use_fbreg == true. 42792 (add_bound_info): Call loc_descriptor with can_use_fbreg == true.
|
| HD | FSFChangeLog.11 | 3705 (loc_descriptor): Call it. 9268 (loc_descriptor): Use reg_loc_descriptor.
|
| HD | ChangeLog-2005 | 7475 (concat_loc_descriptor, loc_descriptor): Likewise. 9057 pass it down to loc_descriptor. 9058 (loc_descriptor): Pass can_use_fbreg to concat_loc_descriptor. 15803 loc_descriptor): Use it.
|
| HD | ChangeLog-2001 | 7385 (loc_descriptor): Return 0 if can't find location and handle 0 7392 loc_descriptor. 25803 (loc_descriptor): Fixup explicit XEXP into SUBREG_REG
|