HomeSort by: relevance | last modified time | path
    Searched defs:sig_types_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read-gdb-index.c 520 htab_up sig_types_hash = allocate_signatured_type_table (); local
543 slot = htab_find_slot (sig_types_hash.get (), sig_type.get (), INSERT);
549 per_bfd->signatured_types = std::move (sig_types_hash);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-gdb-index.c 1369 signatured_type_set sig_types_hash; local
1390 sig_types_hash.emplace (sig_type.get ());
1395 per_bfd->signatured_types = std::move (sig_types_hash);

Completed in 20 milliseconds