Searched refs:default_function_section (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | targhooks.h | 243 extern section * default_function_section(tree decl, enum node_frequency freq,
|
H A D | varasm.c | 578 default_function_section (tree decl, enum node_frequency freq, in default_function_section() function
|
H A D | target.def | 471 default_function_section)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.c | 1961 return default_function_section (decl, freq, startup, exit); in msp430_function_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | msp430.cc | 2470 return default_function_section (decl, freq, startup, exit); in msp430_function_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | varasm.cc | 597 default_function_section (tree decl, enum node_frequency freq, in default_function_section() function
|
H A D | ChangeLog-2010 | 1339 * varasm.c (default_function_section): Check flag_reorder_functions 3583 * targhooks.h (default_function_section): Declare. 3595 (default_function_section): New function.
|
H A D | ChangeLog | 14132 * varasm.cc (default_function_section): Likewise.
|
H A D | ChangeLog-2011 | 22032 default_function_section): Use targetm_common.have_named_sections. 35885 * varasm.c (default_function_section): Return NULL
|
H A D | ChangeLog-2016 | 15765 * varasm.c (default_function_section): Add FALLTHRU.
|
H A D | ChangeLog-2019 | 1086 * varasm.c (default_function_section): Fix confused tests for
|
H A D | ChangeLog-2014 | 35176 (default_function_section): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa.cc | 10677 return default_function_section (decl, freq, startup, exit); in pa_function_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
H A D | pa.c | 10644 return default_function_section (decl, freq, startup, exit); in pa_function_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 33076 return default_function_section (decl, freq, startup, exit); in arm_function_section() 33079 return default_function_section (decl, freq, startup, exit); in arm_function_section() 33090 section *default_sec = default_function_section (decl, freq, startup, in arm_function_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 33851 return default_function_section (decl, freq, startup, exit); in arm_function_section() 33854 return default_function_section (decl, freq, startup, exit); in arm_function_section() 33865 section *default_sec = default_function_section (decl, freq, startup, in arm_function_section()
|