HomeSort by relevance Sort by last modified time
    Searched refs:die_tag (Results 1 - 4 of 4) 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...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 255 Dwarf_Tag die_tag; local
263 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
268 *tag = die_tag;
dwarf_cu.cc 339 Dwarf_Tag die_tag; local
353 const Dwarf_Abbr_AT* at_abbr = die_abbr->process(NULL, &die_tag);
358 create_die_object(parse_context, die, parent_obj, die_tag);
370 assert(cu_die_ == NULL && die_tag == DW_TAG_compile_unit);
371 if (cu_die_ == NULL && die_tag != DW_TAG_compile_unit) {

Completed in 57 milliseconds