Searched refs:cold_section_end_label (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h357 const char *cold_section_end_label;
356 const char *cold_section_end_label; local
H A Dvarasm.c1365 cfun->cold_section_end_label = ggc_strdup (tmp_label);
1373 cfun->cold_section_end_label = NULL;
1509 ASM_OUTPUT_LABEL (asm_out_file, cfun->cold_section_end_label);
H A Ddbxout.c939 dbxout_stab_value_label_diff (cfun->cold_section_end_label,
H A Ddwarf2out.c7007 fde->dw_fde_unlikely_section_end_label = cfun->cold_section_end_label;
11920 add_AT_lbl_id (subr_die, DW_AT_hi_user, cold_section_end_label);

Completed in 123 milliseconds