Precompute hash value for symbol_set_names
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 7a5145663a17d1df38f95faa52a10e6bc3f0aa7b..4cfdf06b4a80a35faa5c2c64e7bc2bbfee9c12c9 100644 (file)
@@ -553,7 +553,9 @@ extern char *symbol_find_demangled_name (struct general_symbol_info *gsymbol,
                    (objfile)->per_bfd)
 extern void symbol_set_names (struct general_symbol_info *symbol,
                              gdb::string_view linkage_name, bool copy_name,
-                             struct objfile_per_bfd_storage *per_bfd);
+                             struct objfile_per_bfd_storage *per_bfd,
+                             gdb::optional<hashval_t> hash
+                               = gdb::optional<hashval_t> ());
 
 /* Return true if NAME matches the "search" name of SYMBOL, according
    to the symbol's language.  */
This page took 0.02479 seconds and 4 git commands to generate.