Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvmsdbgout.cc1136 current_function_funcdef_no); in vmsdbgout_begin_prologue()
1155 current_function_funcdef_no); in vmsdbgout_end_prologue()
1186 if (save_current_function_funcdef_no != current_function_funcdef_no) in vmsdbgout_begin_epilogue()
1191 current_function_funcdef_no); in vmsdbgout_begin_epilogue()
1195 save_current_function_funcdef_no = current_function_funcdef_no; in vmsdbgout_begin_epilogue()
1221 current_function_funcdef_no); in vmsdbgout_end_epilogue()
1280 funcnum_table.safe_push (current_function_funcdef_no); in vmsdbgout_begin_function()
Dexcept.cc1183 ASM_GENERATE_INTERNAL_LABEL (buf, "LLSDA", current_function_funcdef_no); in sjlj_emit_function_enter()
3038 current_function_funcdef_no); in output_one_function_exception_table()
3046 current_function_funcdef_no); in output_one_function_exception_table()
3081 current_function_funcdef_no); in output_one_function_exception_table()
3131 current_function_funcdef_no); in output_one_function_exception_table()
3134 current_function_funcdef_no); in output_one_function_exception_table()
Dcoverage.cc327 elt.ident = current_function_funcdef_no + 1; in get_coverage_counts()
635 gcov_write_unsigned (current_function_funcdef_no + 1); in coverage_begin_function()
700 item->ident = current_function_funcdef_no + 1; in coverage_end_function()
Dfunction.h518 #define current_function_funcdef_no (cfun->funcdef_no) macro
Dfinal.cc1841 targetm.asm_out.internal_label (file, "LP", current_function_funcdef_no); in profile_function()
1854 FUNCTION_PROFILER (file, current_function_funcdef_no); in profile_function()
Ddwarf2out.cc1020 current_function_funcdef_no); in dwarf2out_do_cfi_startproc()
1048 fde->funcdef_number = current_function_funcdef_no; in dwarf2out_alloc_current_fde()
1091 current_function_funcdef_no); in dwarf2out_begin_prologue()
1093 current_function_funcdef_no); in dwarf2out_begin_prologue()
1158 current_function_funcdef_no); in dwarf2out_vms_end_prologue()
1160 current_function_funcdef_no); in dwarf2out_vms_end_prologue()
1181 current_function_funcdef_no); in dwarf2out_vms_begin_epilogue()
1183 current_function_funcdef_no); in dwarf2out_vms_begin_epilogue()
1260 current_function_funcdef_no); in dwarf2out_end_epilogue()
1295 current_function_funcdef_no); in dwarf2out_switch_text_section()
[all …]
Dasan.cc1447 current_function_funcdef_no); in asan_function_start()
1974 ASM_GENERATE_INTERNAL_LABEL (buf, "LASANPC", current_function_funcdef_no); in asan_emit_stack_protection()
Dfunction.cc4851 current_function_funcdef_no = get_next_funcdef_no (); in allocate_struct_function()
5272 PROFILE_HOOK (current_function_funcdef_no); in expand_function_start()
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
DChangeLog-200323349 (get_coverage_counts): Use current_function_funcdef_no.
23353 current_function_funcdef_no.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.cc825 if (current_frame.funcdef_no == current_function_funcdef_no in m68k_compute_frame_layout()
864 current_frame.funcdef_no = current_function_funcdef_no; in m68k_compute_frame_layout()