Searched refs:hsa_global_variable_symbols (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-common.c75 hash_table <hsa_noop_symbol_hasher> *hsa_global_variable_symbols; variable
109 hsa_global_variable_symbols = new hash_table <hsa_noop_symbol_hasher> (8);
126 = hsa_global_variable_symbols->begin ();
127 it != hsa_global_variable_symbols->end ();
134 delete hsa_global_variable_symbols; local
H A Dhsa-brig.c2074 unsigned l = hsa_global_variable_symbols->elements ();
2097 = hsa_global_variable_symbols->begin ();
2098 it != hsa_global_variable_symbols->end (); ++it)
2354 unsigned global_variable_count = hsa_global_variable_symbols->elements ();
H A Dhsa-common.h1327 extern hash_table <hsa_noop_symbol_hasher> *hsa_global_variable_symbols;
H A Dhsa-gen.c864 slot = hsa_global_variable_symbols->find_slot (&dummy, INSERT);

Completed in 207 milliseconds