Home
last modified time | relevance | path

Searched refs:dw_attr_node (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.h435 dw_attr_node; typedef
437 extern dw_attr_node *get_AT (dw_die_ref, enum dwarf_attribute);
438 extern HOST_WIDE_INT AT_int (dw_attr_node *);
439 extern unsigned HOST_WIDE_INT AT_unsigned (dw_attr_node *a);
440 extern dw_loc_descr_ref AT_loc (dw_attr_node *);
443 extern enum dw_val_class AT_class (dw_attr_node *);
444 extern unsigned HOST_WIDE_INT AT_unsigned (dw_attr_node *);
H A Ddwarf2out.cc3176 vec<dw_attr_node, va_gc> *die_attr;
3741 static void add_dwarf_attr (dw_die_ref, dw_attr_node *);
3742 static inline unsigned int AT_index (dw_attr_node *);
3744 static inline unsigned AT_flag (dw_attr_node *);
3753 static inline const char *AT_string (dw_attr_node *);
3754 static enum dwarf_form AT_string_form (dw_attr_node *);
3757 static inline dw_die_ref AT_ref (dw_attr_node *);
3758 static inline int AT_ref_external (dw_attr_node *);
3759 static inline void set_AT_ref_external (dw_attr_node *, int);
3763 static inline dw_loc_list_ref AT_loc_list (dw_attr_node *);
[all …]
H A Ddwarf2ctf.cc85 dw_attr_node * attr; in ctf_get_AT_data_member_location()
205 dw_attr_node *attr_byte_size = get_AT (die, DW_AT_byte_size); in ctf_die_bitsize()
206 dw_attr_node *attr_bit_size = get_AT (die, DW_AT_bit_size); in ctf_die_bitsize()
390 dw_attr_node *upper_bound_at; in gen_ctf_array_type()
574 dw_attr_node *attr; in gen_ctf_sou_type()
771 dw_attr_node *enumerator_value; in gen_ctf_enumeration_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c3069 dw_attr_node; typedef
3083 vec<dw_attr_node, va_gc> *die_attr;
3640 static void add_dwarf_attr (dw_die_ref, dw_attr_node *);
3641 static inline enum dw_val_class AT_class (dw_attr_node *);
3642 static inline unsigned int AT_index (dw_attr_node *);
3644 static inline unsigned AT_flag (dw_attr_node *);
3646 static inline HOST_WIDE_INT AT_int (dw_attr_node *);
3648 static inline unsigned HOST_WIDE_INT AT_unsigned (dw_attr_node *);
3655 static inline const char *AT_string (dw_attr_node *);
3656 static enum dwarf_form AT_string_form (dw_attr_node *);
[all …]