Searched refs:dw_attr_ref (Results 1 – 2 of 2) sorted by relevance
3684 typedef struct dw_attr_struct *dw_attr_ref; typedef4022 static void add_dwarf_attr (dw_die_ref, dw_attr_ref);4023 static inline enum dw_val_class AT_class (dw_attr_ref);4025 static inline unsigned AT_flag (dw_attr_ref);4027 static inline HOST_WIDE_INT AT_int (dw_attr_ref);4029 static inline unsigned HOST_WIDE_INT AT_unsigned (dw_attr_ref);4037 static inline const char *AT_string (dw_attr_ref);4038 static int AT_string_form (dw_attr_ref);4041 static inline dw_die_ref AT_ref (dw_attr_ref);4042 static inline int AT_ref_external (dw_attr_ref);[all …]
2216 (output_value_format, value_format): Take a dw_attr_ref.