HomeSort by relevance Sort by last modified time
    Searched refs:die_tag (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 91 const dw_tag_t die_tag = die_info_array[i].tag; local
92 bool tag_matches = die_tag == 0 || tag == die_tag;
95 if (die_tag == DW_TAG_class_type || die_tag == DW_TAG_structure_type)
121 const dw_tag_t die_tag = die_info_array[i].tag; local
122 bool tag_matches = die_tag == 0 || tag == die_tag;
125 if (die_tag == DW_TAG_class_type || die_tag == DW_TAG_structure_type
165 const dw_tag_t die_tag = die_info_array[i].tag; local
    [all...]
SymbolFileDWARF.cpp 5048 const dw_tag_t die_tag = die->Tag(); local
    [all...]

Completed in 34 milliseconds