Home
last modified time | relevance | path

Searched refs:current_function_name (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/
H A Dgraph.c59 current_function_name (), current_function_name ()); in start_fct()
79 current_function_name (), bb, bb); in start_bb()
120 current_function_name (), in node_data()
121 current_function_name (), XINT (tmp_rtx, 0)); in node_data()
133 current_function_name (), XINT (tmp_rtx, 0), in node_data()
185 current_function_name (), from, in draw_edge()
186 current_function_name (), to, color); in draw_edge()
216 current_function_name ()); in end_fct()
H A Dfunction.h571 extern const char *current_function_name (void);
H A Ddf-core.c1126 fprintf (file, "\n\n%s\n", current_function_name ()); in df_dump()
H A Dgcse.c799 current_function_name (), n_basic_blocks); in gcse_main()
3429 current_function_name (), pass, bytes_used); in one_cprop_pass()
4566 current_function_name (), pass, bytes_used); in one_pre_gcse_pass()
6560 current_function_name (), n_basic_blocks); in bypass_jumps()
H A Dhaifa-sched.c2899 ";; %s:\n", current_function_name ()); in sched_finish()
H A Dfunction.c5543 current_function_name (void) in current_function_name() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgraph.c58 current_function_name, current_function_name);
76 current_function_name, bb, bb);
121 current_function_name,
122 current_function_name, XINT (tmp_rtx, 0));
134 current_function_name, XINT (tmp_rtx, 0),
191 current_function_name, from,
192 current_function_name, to, color);
224 current_function_name);
H A Dfunction.h523 #define current_function_name (cfun->name) macro
H A Dprotector.c926 funcstr = build_string (strlen(current_function_name)+1,
927 current_function_name);
H A Dprofile.c398 current_function_name); in get_exec_counts()
H A Dgcse.c901 current_function_name, n_basic_blocks);
3662 current_function_name, pass, bytes_used, gcse_subst_count);
4583 current_function_name, pass, bytes_used);
5622 current_function_name, pass, bytes_used);
H A Dfunction.c6433 current_function_name = (*lang_hooks.decl_printable_name) (subr, 2);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c804 return current_function_name[0] == 'c' in c4x_interrupt_function_p()
805 && current_function_name[1] == '_' in c4x_interrupt_function_p()
806 && current_function_name[2] == 'i' in c4x_interrupt_function_p()
807 && current_function_name[3] == 'n' in c4x_interrupt_function_p()
808 && current_function_name[4] == 't' in c4x_interrupt_function_p()
809 && ISDIGIT (current_function_name[5]) in c4x_interrupt_function_p()
810 && ISDIGIT (current_function_name[6]); in c4x_interrupt_function_p()
854 current_function_name, size); in c4x_expand_prologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pdp11/
H A Dpdp11.c157 "\n\t; /* function prologue %s*/\n", current_function_name);
/openbsd-src/gnu/gcc/gcc/config/pdp11/
H A Dpdp11.c264 current_function_name ()); in pdp11_output_function_prologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c690 ,current_function_name, current_function_name);
706 fprintf (file, ".L_%s_body:\n", current_function_name);
897 fprintf (file, "/* function %s size %d (%d) */\n", current_function_name,
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c389 && ! strcmp (current_function_name, XSTR (op, 0)));
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c4241 char *current_function_name; in remove_out_of_scope_renamings() local
4254 current_function_name = SYMBOL_LINKAGE_NAME (current_function); in remove_out_of_scope_renamings()
4255 if (current_function_name == NULL) in remove_out_of_scope_renamings()
4266 && !renaming_is_visible (syms[i].sym, current_function_name)) in remove_out_of_scope_renamings()
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x.c810 cfun_name = current_function_name (); in c4x_interrupt_function_p()
861 current_function_name (), size); in c4x_expand_prologue()
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.c7270 current_function_name (), cfun_frame_layout.frame_size); in s390_emit_prologue()
7273 warning (0, "%qs uses dynamic stack allocation", current_function_name ()); in s390_emit_prologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c4635 output_constant_pool (current_function_name, current_function_decl);
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Davr.c929 fprintf (file, "/* function %s size %d (%d) */\n", current_function_name (), in avr_output_function_epilogue()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.c204 main_p = ! strcmp ("main", current_function_name);
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c7966 fprintf (file, "\t# Stub function for %s (", current_function_name ()); in build_mips16_function_stub()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c9040 fprintf (file, "\t# Stub function for %s (", current_function_name);

12