Home
last modified time | relevance | path

Searched refs:current_function_func_begin_label (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dlinux64.h354 if (current_function_func_begin_label != NULL_TREE) \
355 flab = IDENTIFIER_POINTER (current_function_func_begin_label); \
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.c3480 current_function_func_begin_label, in dw2_output_call_site_table()
3486 current_function_func_begin_label, in dw2_output_call_site_table()
3492 current_function_func_begin_label, in dw2_output_call_site_table()
3497 current_function_func_begin_label, in dw2_output_call_site_table()
H A Dtoplev.c236 const char * current_function_func_begin_label; variable
H A Dtree.h4167 extern GTY(()) const char * current_function_func_begin_label;
H A Ddwarf2out.c2530 current_function_func_begin_label = NULL; in dwarf2out_begin_prologue()
2550 current_function_func_begin_label = dup_label; in dwarf2out_begin_prologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddbxout.c2895 if (current_function_func_begin_label != NULL_TREE)
2896 begin_label = IDENTIFIER_POINTER (current_function_func_begin_label);
H A Dtree.h2807 extern GTY(()) tree current_function_func_begin_label;
H A Dexcept.c3557 = IDENTIFIER_POINTER (current_function_func_begin_label); in dw2_output_call_site_table()
H A Dtoplev.c367 tree current_function_func_begin_label; variable
H A Ddwarf2out.c2099 current_function_func_begin_label = 0;
2118 current_function_func_begin_label = get_identifier (label);
H A DChangeLog.312223 any locals. Use current_function_func_begin_label if set.
12226 current_function_func_begin_label.
12229 (current_function_func_begin_label): New variable.
12231 * tree.h (current_function_func_begin_label): Declare.
H A DChangeLog.54002 current_function_func_begin_label if we'll need it for EH. Exit