Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h92 bool tag_matches = die_tag == 0 || tag == die_tag; in ExtractDIEArray() local
93 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() local
123 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()