Searched refs:current_function_func_begin_label (Results 1 – 12 of 12) sorted by relevance
354 if (current_function_func_begin_label != NULL_TREE) \355 flab = IDENTIFIER_POINTER (current_function_func_begin_label); \
3480 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()
236 const char * current_function_func_begin_label; variable
4167 extern GTY(()) const char * current_function_func_begin_label;
2530 current_function_func_begin_label = NULL; in dwarf2out_begin_prologue()2550 current_function_func_begin_label = dup_label; in dwarf2out_begin_prologue()
2895 if (current_function_func_begin_label != NULL_TREE)2896 begin_label = IDENTIFIER_POINTER (current_function_func_begin_label);
2807 extern GTY(()) tree current_function_func_begin_label;
3557 = IDENTIFIER_POINTER (current_function_func_begin_label); in dw2_output_call_site_table()
367 tree current_function_func_begin_label; variable
2099 current_function_func_begin_label = 0;2118 current_function_func_begin_label = get_identifier (label);
12223 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.
4002 current_function_func_begin_label if we'll need it for EH. Exit