Home | History | Annotate | Download | only in gcc

Lines Matching refs:enumeration

730 /* Generate CTF for an enumeration type.  */
733 gen_ctf_enumeration_type (ctf_container_ref ctfc, dw_die_ref enumeration)
735 const char *enum_name = get_AT_string (enumeration, DW_AT_name);
736 unsigned int bit_size = ctf_die_bitsize (enumeration);
737 int declaration_p = get_AT_flag (enumeration, DW_AT_declaration);
747 CTF_K_ENUM, enumeration);
754 dw_die_ref type = ctf_get_AT_type (enumeration);
758 /* Generate a CTF type for the enumeration. */
760 enum_name, bit_size / 8, enumeration);
766 c = dw_get_die_child (enumeration);
789 enumerator_name, value_wide_int, enumeration);
791 while (c != dw_get_die_child (enumeration));