Home | History | Annotate | Download | only in gcc

Lines Matching defs:string_table

62         * string_table: a map between function name and its index.
129 /* Map from function name's index in string_table to target's
165 class string_table
168 string_table ()
171 ~string_table ();
264 /* function_instance name index in the string_table. */
315 /* Map from function_instance name index (in string_table) to
333 static string_table *afdo_string_table;
449 /* Member functions for string_table. */
453 string_table::~string_table ()
464 string_table::get_index (const char *name) const
479 string_table::get_index_by_decl (tree decl) const
499 string_table::get_name (int index) const
508 string_table::read ()
950 /* string_table. */
951 afdo_string_table = new string_table ();