/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | coverage.c | 1073 cgraph_build_static_cdtor ('I', ctor, priority); in build_init_ctor() 1097 cgraph_build_static_cdtor ('D', dtor, priority); in build_gcov_exit_decl()
|
H A D | tree-emutls.c | 802 cgraph_build_static_cdtor ('I', ctor_body, DEFAULT_INIT_PRIORITY); in ipa_lower_emutls()
|
H A D | tsan.c | 870 cgraph_build_static_cdtor ('I', ctor_statements, in tsan_finish_file()
|
H A D | hsa-brig.c | 2474 cgraph_build_static_cdtor ('I', *hsa_ctor_stmts, DEFAULT_INIT_PRIORITY); in hsa_output_libgomp_mapping() 2490 cgraph_build_static_cdtor ('D', *hsa_dtor_stmts, DEFAULT_INIT_PRIORITY); in hsa_output_libgomp_mapping()
|
H A D | ipa.c | 926 cgraph_build_static_cdtor (char which, tree body, int priority) in cgraph_build_static_cdtor() function
|
H A D | asan.c | 3197 cgraph_build_static_cdtor ('D', dtor_statements, priority); in asan_finish_file() 3200 cgraph_build_static_cdtor ('I', asan_ctor_statements, priority); in asan_finish_file()
|
H A D | cgraph.h | 2652 void cgraph_build_static_cdtor (char which, tree body, int priority);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | coverage.cc | 1093 cgraph_build_static_cdtor ('I', ctor, priority); in build_init_ctor() 1117 cgraph_build_static_cdtor ('D', dtor, priority); in build_gcov_exit_decl()
|
H A D | tree-emutls.cc | 811 cgraph_build_static_cdtor ('I', ctor_body, DEFAULT_INIT_PRIORITY); in ipa_lower_emutls()
|
H A D | asan.cc | 3660 cgraph_build_static_cdtor ('D', dtor_statements, priority); in asan_finish_file() 3663 cgraph_build_static_cdtor ('I', asan_ctor_statements, priority); in asan_finish_file() 4632 cgraph_build_static_cdtor ('I', hwasan_ctor_statements, priority); in hwasan_finish_file()
|
H A D | tsan.cc | 886 cgraph_build_static_cdtor ('I', ctor_statements, in tsan_finish_file()
|
H A D | ipa.cc | 929 cgraph_build_static_cdtor (char which, tree body, int priority) in cgraph_build_static_cdtor() function
|
H A D | cgraph.h | 2631 void cgraph_build_static_cdtor (char which, tree body, int priority);
|
H A D | ChangeLog-2010 | 1238 (cgraph_build_static_cdtor): ... here. 16790 (cgraph_build_static_cdtor): Move to ipa.c. 16792 (cgraph_build_static_cdtor, static_ctors, static_dtors, 20724 * cgraphunit.c (cgraph_build_static_cdtor): Likewise. 20797 * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl 36472 * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
|
H A D | ChangeLog-2004 | 10096 * cgraphunit.c (cgraph_build_static_cdtor): Likewise. 14826 cgraph_build_static_cdtor): Likewise. 21799 * cgraphunit.c (cgraph_build_static_cdtor): Likewise. 23245 * cgraphunit.c (cgraph_build_static_cdtor): Add priority argument. 26015 (mudflap_finish_file): Use cgraph_build_static_cdtor. 26885 * cgraph.h (cgraph_build_static_cdtor): Declare. 26886 * cgraphunit.c (cgraph_build_static_cdtor): New.
|
H A D | ChangeLog-2007 | 1392 * cgraphunit.c (cgraph_build_static_cdtor): Likewise. 2427 (cgraph_build_static_cdtor): Put the priority in the function's name. 4712 * cgraphunit.c (cgraph_build_static_cdtor): Don't set DECL_IGNORED_P. 22756 * cgraphunit.c (cgraph_build_static_cdtor): Don't do it here; set
|
H A D | ChangeLog-2006 | 6696 * cgraphunit.c (cgraph_build_static_cdtor): Update for rename 8317 (cgraph_build_static_cdtor): Do cgraph_varpool_assemble_pending_decls.
|
H A D | ChangeLog-2008 | 28909 * cgraphunit.c (cgraph_build_static_cdtor): set_cfun back to NULL
|
H A D | ChangeLog-2009 | 27438 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
|
H A D | ChangeLog-2005 | 18236 (cgraph_build_static_cdtor): Likewise.
|
H A D | ChangeLog-2018 | 922 (cgraph_build_static_cdtor): Update.
|
H A D | ChangeLog-2019 | 5132 * ipa.c (cgraph_build_static_cdtor): Pass optimization_default_node
|