Lines Matching refs:tag

91    DW_TAG_... = DWARF2 DIE tag */
188 unsigned int GTY ((tag ("dw_cfi_oprnd_reg_num"))) dw_cfi_reg_num;
189 HOST_WIDE_INT GTY ((tag ("dw_cfi_oprnd_offset"))) dw_cfi_offset;
190 const char * GTY ((tag ("dw_cfi_oprnd_addr"))) dw_cfi_addr;
191 struct dw_loc_descr_struct * GTY ((tag ("dw_cfi_oprnd_loc"))) dw_cfi_loc;
2732 rtx GTY ((tag ("dw_val_class_addr"))) val_addr;
2733 unsigned HOST_WIDE_INT GTY ((tag ("dw_val_class_offset"))) val_offset;
2734 dw_loc_list_ref GTY ((tag ("dw_val_class_loc_list"))) val_loc_list;
2735 dw_loc_descr_ref GTY ((tag ("dw_val_class_loc"))) val_loc;
2737 unsigned HOST_WIDE_INT GTY ((tag ("dw_val_class_unsigned_const"))) val_unsigned;
2738 dw_long_long_const GTY ((tag ("dw_val_class_long_long"))) val_long_long;
2739 dw_vec_const GTY ((tag ("dw_val_class_vec"))) val_vec;
2744 } GTY ((tag ("dw_val_class_die_ref"))) val_die_ref;
2745 unsigned GTY ((tag ("dw_val_class_fde_ref"))) val_fde_index;
2746 struct indirect_string_node * GTY ((tag ("dw_val_class_str"))) val_str;
2747 char * GTY ((tag ("dw_val_class_lbl_id"))) val_lbl_id;
2748 unsigned char GTY ((tag ("dw_val_class_flag"))) val_flag;
2749 struct dwarf_file_data * GTY ((tag ("dw_val_class_file"))) val_file;
3908 are uniquely identified by their tag, presence/absence of
4417 /* Convert a DIE tag into its string name. */
4420 dwarf_tag_name (unsigned int tag)
4422 switch (tag)
5519 remove_child_TAG (dw_die_ref die, enum dwarf_tag tag)
5527 while (c->die_tag == tag)
11250 a pointer to the (string) tag name for the given type, or zero if the type
11251 was declared without a tag. */
13027 sub-blocks. Also, nested function and tag DIEs have been
13345 of some type tag, if the given TYPE_DECL is marked as having been
13636 /* If we're a function-scope tag, initially use a parent of NULL;