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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h92 bool tag_matches = die_tag == 0 || tag == die_tag; local
93 if (!tag_matches)
96 tag_matches = tag == DW_TAG_structure_type || tag == DW_TAG_class_type;
98 if (tag_matches)
122 bool tag_matches = die_tag == 0 || tag == die_tag; local
123 if (!tag_matches)
126 tag_matches = tag == DW_TAG_structure_type || tag == DW_TAG_class_type;
128 if (tag_matches)

Completed in 93 milliseconds