Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcoverage.c343 elt.ident = current_function_funcdef_no + 1; in get_coverage_counts()
535 gcov_write_unsigned (current_function_funcdef_no + 1); in coverage_begin_output()
572 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.h504 #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.c2546 current_function_funcdef_no); in dwarf2out_begin_prologue()
2548 current_function_funcdef_no); in dwarf2out_begin_prologue()
2583 fde->funcdef_number = current_function_funcdef_no; in dwarf2out_begin_prologue()
2612 current_function_funcdef_no); in dwarf2out_end_epilogue()
10386 current_function_funcdef_no); in add_location_or_const_value_attribute()
11804 current_function_funcdef_no); in gen_subprogram_die()
11807 current_function_funcdef_no); in gen_subprogram_die()
13735 line_info->function = current_function_funcdef_no; in dwarf2out_source_line()
H A Dfinal.c1467 targetm.asm_out.internal_label (file, "LP", current_function_funcdef_no); in profile_function()
1490 FUNCTION_PROFILER (file, current_function_funcdef_no); in profile_function()
H A Dfunction.c3798 current_function_funcdef_no = funcdef_no++; in allocate_struct_function()
4193 PROFILE_HOOK (current_function_funcdef_no); in expand_function_start()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c3884 sprintf (label, FUNC_END_LABEL_FMT, current_function_funcdef_no);
3889 current_function_funcdef_no);
3891 sprintf (label, BODY_END_LABEL_FMT, current_function_funcdef_no);
4266 sprintf (label, FUNC_END_LABEL_FMT, current_function_funcdef_no);
4271 current_function_funcdef_no);
4273 sprintf (label, BODY_END_LABEL_FMT, current_function_funcdef_no);
5848 sprintf (label, BODY_BEGIN_LABEL_FMT, current_function_funcdef_no);
5864 sprintf (label, BODY_END_LABEL_FMT, current_function_funcdef_no);
5882 sprintf (label, FUNC_END_LABEL_FMT, current_function_funcdef_no);
H A Dfunction.h546 #define current_function_funcdef_no (cfun->funcdef_no) macro
H A Dvmsdbgout.c1286 current_function_funcdef_no);
1307 current_function_funcdef_no);
1344 current_function_funcdef_no);
H A Dexcept.c2103 ASM_GENERATE_INTERNAL_LABEL (buf, "LLSDA", current_function_funcdef_no);
3689 current_function_funcdef_no); in output_function_exception_table()
3697 current_function_funcdef_no); in output_function_exception_table()
3729 current_function_funcdef_no); in output_function_exception_table()
3775 current_function_funcdef_no); in output_function_exception_table()
3777 current_function_funcdef_no); in output_function_exception_table()
H A Ddwarf2out.c2115 current_function_funcdef_no);
2117 current_function_funcdef_no);
2144 fde->funcdef_number = current_function_funcdef_no;
2174 current_function_funcdef_no);
10910 current_function_funcdef_no);
10913 current_function_funcdef_no);
12488 line_info->function = current_function_funcdef_no;
H A Dfinal.c1721 ASM_OUTPUT_INTERNAL_LABEL (file, "LP", current_function_funcdef_no);
1751 FUNCTION_PROFILER (file, current_function_funcdef_no);
H A Dfunction.c6397 current_function_funcdef_no = funcdef_no++; in prepare_function_start()
6767 PROFILE_HOOK (current_function_funcdef_no);
H A DChangeLog.71042 (current_function_funcdef_no): Similarly.
1044 (prepare_function_start): Set current_function_funcdef_no.
1048 current_function_funcdef_no throughout.
1051 (sjlj_emit_function_enter): Use current_function_funcdef_no instead.
1053 * final.c (profile_function): Use current_function_funcdef_no
H A DChangeLog15269 current_function_funcdef_no.
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dm68k.c398 if (current_frame.funcdef_no == current_function_funcdef_no in m68k_compute_frame_layout()
436 current_frame.funcdef_no = current_function_funcdef_no; in m68k_compute_frame_layout()