Home
last modified time | relevance | path

Searched refs:cold_section_end_label (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfunction.h362 const char *cold_section_end_label; member
H A Dvarasm.c1358 cfun->cold_section_end_label = ggc_strdup (tmp_label); in assemble_start_function()
1366 cfun->cold_section_end_label = NULL; in assemble_start_function()
1502 ASM_OUTPUT_LABEL (asm_out_file, cfun->cold_section_end_label); in assemble_end_function()
H A Ddbxout.c936 dbxout_stab_value_label_diff (cfun->cold_section_end_label, in dbxout_function_end()
H A DChangeLog-200521500 hot_section_end_label and cold_section_end_label; also add new field
21506 (cold_section_end_label): Remove.
21513 (cold_section_end_label): Remove.
24202 hot_section_end_label, cold_section_end_label,
24206 hot_section_end_label, cold_section_end_label,
24601 hot_section_end_label and cold_section_end_label; also add new field
24607 (cold_section_end_label): Remove.
24615 (cold_section_end_label): Remove.
26742 (cold_section_end_label): Likewise.
26757 (cold_section_end_label): Likewise..
H A Ddwarf2out.c7001 fde->dw_fde_unlikely_section_end_label = cfun->cold_section_end_label; in dwarf2out_switch_text_section()