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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 9137 typedef hash_table<external_ref_hasher> external_ref_hash_type;
9142 lookup_external_ref (external_ref_hash_type *map, dw_die_ref die)
9164 optimize_external_refs_1 (dw_die_ref die, external_ref_hash_type *map)
9235 static external_ref_hash_type *
9238 external_ref_hash_type *map = new external_ref_hash_type (10);
9269 build_abbrev_table (dw_die_ref die, external_ref_hash_type *extern_map)
11276 external_ref_hash_type *extern_map = optimize_external_refs (die);
11492 external_ref_hash_type *extern_map = optimize_external_refs (node->root_die);
9127 typedef hash_table<external_ref_hasher> external_ref_hash_type; typedef
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 9095 typedef hash_table<external_ref_hasher> external_ref_hash_type;
9100 lookup_external_ref (external_ref_hash_type *map, dw_die_ref die)
9122 optimize_external_refs_1 (dw_die_ref die, external_ref_hash_type *map)
9193 static external_ref_hash_type *
9196 external_ref_hash_type *map = new external_ref_hash_type (10);
9227 build_abbrev_table (dw_die_ref die, external_ref_hash_type *extern_map)
11234 external_ref_hash_type *extern_map = optimize_external_refs (die);
11450 external_ref_hash_type *extern_map = optimize_external_refs (node->root_die);
9085 typedef hash_table<external_ref_hasher> external_ref_hash_type; typedef

Completed in 66 milliseconds