Lines Matching refs:symtab
184 #define cgraph_n_nodes symtab->cgraph_count
185 #define cgraph_max_uid symtab->cgraph_max_uid
213 symtab->change_decl_assembler_name(decl, name); in change_decl_assembler_name()
263 return symtab->add_cgraph_insertion_hook(hook, data); in cgraph_add_function_insertion_hook()
268 symtab->remove_cgraph_insertion_hook(entry); in cgraph_remove_function_insertion_hook()
273 return symtab->add_cgraph_removal_hook(hook, data); in cgraph_add_node_removal_hook()
278 symtab->remove_cgraph_removal_hook(entry); in cgraph_remove_node_removal_hook()
283 return symtab->add_cgraph_duplication_hook(hook, data); in cgraph_add_node_duplication_hook()
288 symtab->remove_cgraph_duplication_hook(entry); in cgraph_remove_node_duplication_hook()
293 symtab->call_cgraph_duplication_hooks(node, node2); in cgraph_call_node_duplication_hooks()
298 symtab->call_edge_duplication_hooks(cs1, cs2); in cgraph_call_edge_duplication_hooks()