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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h30 const DWARFAbbreviationDeclarationSet &abbrevs,
32 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {}
28 DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo) argument
H A DDWARFCompileUnit.h26 const DWARFAbbreviationDeclarationSet &abbrevs,
28 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {}
24 DWARFCompileUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo) argument
H A DDWARFUnit.cpp34 const DWARFAbbreviationDeclarationSet &abbrevs,
36 : UserID(uid), m_dwarf(dwarf), m_header(header), m_abbrevs(&abbrevs),
892 const DWARFAbbreviationDeclarationSet *abbrevs = local
894 if (!abbrevs)
900 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs,
903 *abbrevs, section, is_dwo));
32 DWARFUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo) argument
H A DDWARFUnit.h256 const DWARFAbbreviationDeclarationSet &abbrevs,
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c169 struct abbrev_info **abbrevs; member in struct:comp_unit
399 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) argument
405 abbrev = abbrevs[hash_number];
426 struct abbrev_info **abbrevs; local
462 abbrevs = bfd_zalloc (abfd, amt);
503 struct abbrev_info *abbrev = abbrevs[i];
527 cur_abbrev->next = abbrevs[hash_number];
528 abbrevs[hash_number] = cur_abbrev;
542 if (lookup_abbrev (abbrev_number,abbrevs) != NULL)
546 return abbrevs;
1905 struct abbrev_info** abbrevs; local
2672 struct abbrev_info **abbrevs = each->abbrevs; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c230 should be moved to the dwarf2_cu structure; for instance the abbrevs
1245 /* Read the abbrevs for this compilation unit into a table */
1868 /* Read the abbrevs for this compilation unit */
4264 /* Initialize dwarf2 abbrevs */
4334 struct abbrev_info **abbrevs; local
4336 abbrevs = (struct abbrev_info **)ptr_to_abbrevs_table;
4341 abbrev = abbrevs[i];
4349 abbrevs[i] = NULL;

Completed in 120 milliseconds