Home
last modified time | relevance | path

Searched refs:current_function_funcdef_no (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcoverage.c343 elt.ident = current_function_funcdef_no + 1; in get_coverage_counts()
553 gcov_write_unsigned (current_function_funcdef_no + 1); in coverage_begin_output()
590 item->ident = current_function_funcdef_no + 1; in coverage_end_function()
H A Dvmsdbgout.c1275 current_function_funcdef_no); in vmsdbgout_begin_prologue()
1294 current_function_funcdef_no); in vmsdbgout_end_prologue()
1328 current_function_funcdef_no); in vmsdbgout_end_epilogue()
1397 fde->funcdef_number = current_function_funcdef_no; in vmsdbgout_begin_function()
H A Dfunction.h510 #define current_function_funcdef_no (cfun->funcdef_no) macro
H A Dexcept.c1866 ASM_GENERATE_INTERNAL_LABEL (buf, "LLSDA", current_function_funcdef_no); in sjlj_emit_function_enter()
3654 current_function_funcdef_no); in output_function_exception_table()
3662 current_function_funcdef_no); in output_function_exception_table()
3694 current_function_funcdef_no); in output_function_exception_table()
3740 current_function_funcdef_no); in output_function_exception_table()
3742 current_function_funcdef_no); in output_function_exception_table()
H A Ddwarf2out.c2550 current_function_funcdef_no); in dwarf2out_begin_prologue()
2552 current_function_funcdef_no); in dwarf2out_begin_prologue()
2587 fde->funcdef_number = current_function_funcdef_no; in dwarf2out_begin_prologue()
2616 current_function_funcdef_no); in dwarf2out_end_epilogue()
10474 current_function_funcdef_no); in add_location_or_const_value_attribute()
11911 current_function_funcdef_no); in gen_subprogram_die()
11914 current_function_funcdef_no); in gen_subprogram_die()
13876 line_info->function = current_function_funcdef_no; in dwarf2out_source_line()
H A Dfinal.c1472 targetm.asm_out.internal_label (file, "LP", current_function_funcdef_no); in profile_function()
1495 FUNCTION_PROFILER (file, current_function_funcdef_no); in profile_function()
H A Dfunction.c3806 current_function_funcdef_no = funcdef_no++; in allocate_struct_function()
4204 PROFILE_HOOK (current_function_funcdef_no); in expand_function_start()
H A DChangeLog-20029561 current_function_funcdef_no.
15489 (current_function_funcdef_no): Similarly.
15491 (prepare_function_start): Set current_function_funcdef_no.
15495 current_function_funcdef_no throughout.
15498 (sjlj_emit_function_enter): Use current_function_funcdef_no instead.
15500 * final.c (profile_function): Use current_function_funcdef_no
H A DChangeLog-200323349 (get_coverage_counts): Use current_function_funcdef_no.
23353 current_function_funcdef_no.