Searched refs:call_cgraph_duplication_hooks (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cgraphclones.cc | 262 symtab->call_cgraph_duplication_hooks (thunk, new_thunk); in duplicate_thunk_for_node() 458 symtab->call_cgraph_duplication_hooks (this, new_node); in create_clone() 662 symtab->call_cgraph_duplication_hooks (this, new_node); in create_virtual_clone()
|
H A D | cgraph.h | 2412 void call_cgraph_duplication_hooks (cgraph_node *node, cgraph_node *node2);
|
H A D | cgraph.cc | 490 symbol_table::call_cgraph_duplication_hooks (cgraph_node *node, in call_cgraph_duplication_hooks() function in symbol_table
|
H A D | ChangeLog-2014 | 25466 (void call_cgraph_duplication_hooks (cgraph_node *node,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cgraphclones.c | 256 symtab->call_cgraph_duplication_hooks (thunk, new_thunk); in duplicate_thunk_for_node() 457 symtab->call_cgraph_duplication_hooks (this, new_node); in create_clone() 652 symtab->call_cgraph_duplication_hooks (this, new_node); in create_virtual_clone()
|
H A D | cgraph.h | 2442 void call_cgraph_duplication_hooks (cgraph_node *node, cgraph_node *node2);
|
H A D | cgraph.c | 487 symbol_table::call_cgraph_duplication_hooks (cgraph_node *node, in call_cgraph_duplication_hooks() function
|