Searched refs:current_function_funcdef_no (Results 1 – 15 of 15) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | vmsdbgout.c | 1143 current_function_funcdef_no); in vmsdbgout_begin_prologue() 1162 current_function_funcdef_no); in vmsdbgout_end_prologue() 1193 if (save_current_function_funcdef_no != current_function_funcdef_no) in vmsdbgout_begin_epilogue() 1198 current_function_funcdef_no); in vmsdbgout_begin_epilogue() 1202 save_current_function_funcdef_no = current_function_funcdef_no; in vmsdbgout_begin_epilogue() 1228 current_function_funcdef_no); in vmsdbgout_end_epilogue() 1288 current_function_funcdef_no); in vmsdbgout_begin_function()
|
| H A D | coverage.c | 343 elt.ident = current_function_funcdef_no + 1; in get_coverage_counts() 581 gcov_write_unsigned (current_function_funcdef_no + 1); in coverage_begin_function() 619 item->ident = current_function_funcdef_no + 1; in coverage_end_function()
|
| H A D | except.c | 1132 ASM_GENERATE_INTERNAL_LABEL (buf, "LLSDA", current_function_funcdef_no); in sjlj_emit_function_enter() 2870 current_function_funcdef_no); in output_one_function_exception_table() 2878 current_function_funcdef_no); in output_one_function_exception_table() 2911 current_function_funcdef_no); in output_one_function_exception_table() 2958 current_function_funcdef_no); in output_one_function_exception_table() 2961 current_function_funcdef_no); in output_one_function_exception_table()
|
| H A D | function.h | 699 #define current_function_funcdef_no (cfun->funcdef_no) macro
|
| H A D | tree-profile.c | 393 tree_uid = build_int_cst (gcov_type_node, current_function_funcdef_no); in gimple_gen_ic_func_profiler()
|
| H A D | dwarf2out.c | 927 current_function_funcdef_no); in dwarf2out_do_cfi_startproc() 950 fde->funcdef_number = current_function_funcdef_no; in dwarf2out_alloc_current_fde() 992 current_function_funcdef_no); in dwarf2out_begin_prologue() 994 current_function_funcdef_no); in dwarf2out_begin_prologue() 1053 current_function_funcdef_no); in dwarf2out_vms_end_prologue() 1055 current_function_funcdef_no); in dwarf2out_vms_end_prologue() 1076 current_function_funcdef_no); in dwarf2out_vms_begin_epilogue() 1078 current_function_funcdef_no); in dwarf2out_vms_begin_epilogue() 1102 current_function_funcdef_no); in dwarf2out_end_epilogue() 13203 current_function_funcdef_no); in dw_loc_list() [all …]
|
| H A D | final.c | 1618 targetm.asm_out.internal_label (file, "LP", current_function_funcdef_no); in profile_function() 1631 FUNCTION_PROFILER (file, current_function_funcdef_no); in profile_function()
|
| H A D | function.c | 4416 current_function_funcdef_no = get_next_funcdef_no (); in allocate_struct_function() 4807 PROFILE_HOOK (current_function_funcdef_no); in expand_function_start()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | except.c | 1173 ASM_GENERATE_INTERNAL_LABEL (buf, "LLSDA", current_function_funcdef_no); in sjlj_emit_function_enter() 3027 current_function_funcdef_no); in output_one_function_exception_table() 3035 current_function_funcdef_no); in output_one_function_exception_table() 3070 current_function_funcdef_no); in output_one_function_exception_table() 3120 current_function_funcdef_no); in output_one_function_exception_table() 3123 current_function_funcdef_no); in output_one_function_exception_table()
|
| H A D | coverage.c | 367 elt.ident = current_function_funcdef_no + 1; in get_coverage_counts() 654 gcov_write_unsigned (current_function_funcdef_no + 1); in coverage_begin_function() 707 item->ident = current_function_funcdef_no + 1; in coverage_end_function()
|
| H A D | function.h | 466 #define current_function_funcdef_no (cfun->funcdef_no) macro
|
| H A D | asan.c | 1221 current_function_funcdef_no); in asan_function_start() 1376 ASM_GENERATE_INTERNAL_LABEL (buf, "LASANPC", current_function_funcdef_no); in asan_emit_stack_protection()
|
| H A D | dwarf2out.c | 1008 current_function_funcdef_no); in dwarf2out_do_cfi_startproc() 1031 fde->funcdef_number = current_function_funcdef_no; in dwarf2out_alloc_current_fde() 1074 current_function_funcdef_no); in dwarf2out_begin_prologue() 1076 current_function_funcdef_no); in dwarf2out_begin_prologue() 1139 current_function_funcdef_no); in dwarf2out_vms_end_prologue() 1141 current_function_funcdef_no); in dwarf2out_vms_end_prologue() 1162 current_function_funcdef_no); in dwarf2out_vms_begin_epilogue() 1164 current_function_funcdef_no); in dwarf2out_vms_begin_epilogue() 1188 current_function_funcdef_no); in dwarf2out_end_epilogue() 1233 current_function_funcdef_no); in dwarf2out_switch_text_section() [all …]
|
| H A D | final.c | 1920 targetm.asm_out.internal_label (file, "LP", current_function_funcdef_no); in profile_function() 1933 FUNCTION_PROFILER (file, current_function_funcdef_no); in profile_function()
|
| H A D | function.c | 4930 current_function_funcdef_no = get_next_funcdef_no (); in allocate_struct_function() 5331 PROFILE_HOOK (current_function_funcdef_no); in expand_function_start()
|