Searched refs:tag_matches (Results 1 – 1 of 1) sorted by relevance
92 bool tag_matches = die_tag == 0 || tag == die_tag; in ExtractDIEArray() local93 if (!tag_matches) in ExtractDIEArray()96 tag_matches = tag == DW_TAG_structure_type || tag == DW_TAG_class_type; in ExtractDIEArray()98 if (tag_matches) in ExtractDIEArray()122 bool tag_matches = die_tag == 0 || tag == die_tag; in ExtractDIEArray() local123 if (!tag_matches) in ExtractDIEArray()126 tag_matches = tag == DW_TAG_structure_type || tag == DW_TAG_class_type; in ExtractDIEArray()128 if (tag_matches) in ExtractDIEArray()