/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cgraphclones.cc | 494 return clone_function_name (name, suffix, suffix_counter++); in clone_function_name_numbered() 517 clone_function_name (const char *name, const char *suffix, in clone_function_name() function 537 clone_function_name (tree decl, const char *suffix, in clone_function_name() function 540 return clone_function_name ( in clone_function_name() 548 clone_function_name (tree decl, const char *suffix) in clone_function_name() function 621 clone_function_name (old_decl, suffix, num_suffix)); in create_virtual_clone() 1035 : clone_function_name (old_decl, suffix)); in create_version_clone_with_body()
|
H A D | multiple_target.cc | 169 tree fname = clone_function_name (node->decl, "default"); in create_dispatcher_calls() 300 tree fname = clone_function_name (node->decl, name); in create_target_clone()
|
H A D | cgraph.h | 2613 tree clone_function_name (const char *name, const char *suffix, 2615 tree clone_function_name (tree decl, const char *suffix, 2617 tree clone_function_name (tree decl, const char *suffix);
|
H A D | symtab.cc | 2065 tree name = clone_function_name (node->decl, "localalias"); in noninterposable_alias() 2073 name = clone_function_name (node->decl, "localalias", num++); in noninterposable_alias()
|
H A D | final.cc | 2197 = clone_function_name (current_function_decl, "cold"); in final_scan_insn_1()
|
H A D | ChangeLog-2018 | 2088 * cgraph.h (clone_function_name): Add a variant that takes a 2093 num_suffix to clone_function_name. 2094 (clone_function_name): Add a variant that takes a tree decl. 2104 This is achieved by having clone_function_name assign unique clone 2329 resolver symbol with clone_function_name instead of 6652 (clone_function_name): Renamed to 6654 (clone_function_name): New two-argument function that does 6656 (clone_function_name): New three-argument function that 6661 (clone_function_name): Improved documentation. 6664 * final.c (final_scan_insn_1): Use the new clone_function_name [all …]
|
H A D | ChangeLog.gimple-classes | 307 (clone_function_name): Likewise.
|
H A D | ChangeLog-2009 | 24250 (clone_function_name): Bring here from tree-inline.c. 24286 (clone_fn_id_num, clone_function_name): Move to cgraph.c. 31502 (clone_function_name): New function.
|
H A D | ChangeLog-2010 | 28933 * cgraph.c (clone_function_name): Take SUFFIX argument; export. 28935 use of clone_function_name. 28938 (clone_function_name): Declare.
|
H A D | ChangeLog-2012 | 25205 (clone_function_name): Likewise.
|
H A D | ChangeLog-2017 | 24260 COMDAT function. Create the name with clone_function_name instead
|
H A D | ChangeLog-2015 | 39567 (clone_function_name): Use it.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cgraphclones.c | 493 return clone_function_name (name, suffix, suffix_counter++); in clone_function_name_numbered() 516 clone_function_name (const char *name, const char *suffix, in clone_function_name() function 536 clone_function_name (tree decl, const char *suffix, in clone_function_name() function 539 return clone_function_name ( in clone_function_name() 547 clone_function_name (tree decl, const char *suffix) in clone_function_name() function 620 clone_function_name (old_decl, suffix, num_suffix)); in create_virtual_clone()
|
H A D | cgraph.h | 2634 tree clone_function_name (const char *name, const char *suffix, 2636 tree clone_function_name (tree decl, const char *suffix, 2638 tree clone_function_name (tree decl, const char *suffix);
|
H A D | symtab.c | 1890 tree name = clone_function_name (node->decl, "localalias"); in noninterposable_alias() 1898 name = clone_function_name (node->decl, "localalias", num++); in noninterposable_alias()
|
H A D | final.c | 2207 = clone_function_name (current_function_decl, "cold"); in final_scan_insn_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto.cc | 440 clone_function_name (var->decl, in offload_handle_link_vars()
|
H A D | lto-partition.cc | 950 clone_function_name ( in privatize_symbol_name_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto.c | 565 clone_function_name (var->decl, in offload_handle_link_vars()
|
H A D | lto-partition.c | 944 clone_function_name ( in privatize_symbol_name_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-features.cc | 2882 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-features.c | 2752 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 24974 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 24288 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()
|