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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c2676 typedef struct dw_loc_descr_struct *dw_loc_descr_ref;
2735 dw_loc_descr_ref GTY ((tag ("dw_val_class_loc"))) val_loc;
2760 dw_loc_descr_ref dw_loc_next;
2779 dw_loc_descr_ref expr;
2785 static dw_loc_descr_ref new_loc_descr (enum dwarf_location_atom,
2787 static void add_loc_descr (dw_loc_descr_ref *, dw_loc_descr_ref);
2788 static unsigned long size_of_loc_descr (dw_loc_descr_ref);
2789 static unsigned long size_of_locs (dw_loc_descr_ref);
2790 static void output_loc_operands (dw_loc_descr_ref);
2674 typedef struct dw_loc_descr_struct *dw_loc_descr_ref; typedef in typeref:struct:dw_loc_descr_struct
[all...]

Completed in 108 milliseconds