Home | History | Annotate | Download | only in DWARF

Lines Matching refs:DW_TAG_structure_type

95                     if (die_tag == DW_TAG_class_type || die_tag == DW_TAG_structure_type)
96 tag_matches = tag == DW_TAG_structure_type || tag == DW_TAG_class_type;
125 if (die_tag == DW_TAG_class_type || die_tag == DW_TAG_structure_type)
126 tag_matches = tag == DW_TAG_structure_type || tag == DW_TAG_class_type;
166 if (die_tag == 0 || die_tag == DW_TAG_class_type || die_tag == DW_TAG_structure_type)