Home
last modified time | relevance | path

Searched refs:unlikely_text_section (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h537 extern section *unlikely_text_section (void);
H A Dvarasm.c708 unlikely_text_section (void) in unlikely_text_section() function
1785 switch_to_section (unlikely_text_section ()); in assemble_start_function()
1942 switch_to_section (unlikely_text_section ()); in assemble_end_function()
H A Ddwarf2out.c27807 cold_text_section = unlikely_text_section (); in dwarf2out_begin_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h554 extern section *unlikely_text_section (void);
H A Dvarasm.cc727 unlikely_text_section (void) in unlikely_text_section() function
1893 switch_to_section (unlikely_text_section ()); in assemble_start_function()
2024 switch_to_section (unlikely_text_section ()); in assemble_end_function()
H A DChangeLog-20052443 (unlikely_text_section): Likewise.
2481 (unlikely_text_section): Return a section instead of emitting
18537 (unlikely_text_section): Add check for flag_function_sections.
18539 comes before first call to unlikely_text_section.
21518 (unlikely_text_section): Modify to get section name out of current
24208 (unlikely_text_section): Revert my patch from April 9.
24620 (unlikely_text_section): Modify to get section name out of current
26762 (unlikely_text_section): Replace code to determine cold section name
H A DChangeLog-200418513 (unlikely_text_section): Add code to initialize
19895 (unlikely_text_section): Remove alignment statement; use
36052 * varasm.c (unlikely_text_section): Use assemble_align instead of
36147 (unlikely_text_section): Check targetm.have_named_sections
36307 * output.h (unlikely_text_section): New extern function declaration.
36333 (unlikely_text_section): New function.
H A Ddwarf2out.cc28419 cold_text_section = unlikely_text_section (); in dwarf2out_begin_function()
H A DChangeLog-20103591 * varasm.c (initialize_cold_section_name, unlikely_text_section,
3598 (unlikely_text_section): Remove.
H A DChangeLog-200619189 unlikely_text_section instead of hot_function_section if
H A DChangeLog-200822670 (unlikely_text_section): Update.