Searched refs:current_function_funcdef_no (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h505 #define current_function_funcdef_no (cfun->funcdef_no)
504 #define current_function_funcdef_no macro
H A Dvmsdbgout.c1277 current_function_funcdef_no);
1296 current_function_funcdef_no);
1330 current_function_funcdef_no);
1399 fde->funcdef_number = current_function_funcdef_no;
H A Dcoverage.c345 elt.ident = current_function_funcdef_no + 1;
557 gcov_write_unsigned (current_function_funcdef_no + 1);
594 item->ident = current_function_funcdef_no + 1;
H A Dexcept.c1878 ASM_GENERATE_INTERNAL_LABEL (buf, "LLSDA", current_function_funcdef_no);
3672 current_function_funcdef_no);
3680 current_function_funcdef_no);
3712 current_function_funcdef_no);
3758 current_function_funcdef_no);
3760 current_function_funcdef_no);
H A Ddwarf2out.c2551 current_function_funcdef_no);
2553 current_function_funcdef_no);
2588 fde->funcdef_number = current_function_funcdef_no;
2617 current_function_funcdef_no);
10477 current_function_funcdef_no);
11903 current_function_funcdef_no);
11906 current_function_funcdef_no);
13864 line_info->function = current_function_funcdef_no;
H A Dfinal.c1479 targetm.asm_out.internal_label (file, "LP", current_function_funcdef_no);
1502 FUNCTION_PROFILER (file, current_function_funcdef_no);
H A Dfunction.c3818 current_function_funcdef_no = funcdef_no++;
4212 PROFILE_HOOK (current_function_funcdef_no);

Completed in 219 milliseconds