Searched refs:current_function (Results 1 – 2 of 2) sorted by relevance
49 struct debug_function *current_function; member706 info->current_function = NULL; in debug_set_filename()800 info->current_function = f; in debug_record_function()833 || info->current_function == NULL) in debug_record_parameter()847 for (pp = &info->current_function->parameters; in debug_record_parameter()865 || info->current_function == NULL) in debug_end_function()879 info->current_function = NULL; in debug_end_function()
4250 struct symbol *current_function; in remove_out_of_scope_renamings() local4260 current_function = block_function (current_block); in remove_out_of_scope_renamings()4261 if (current_function == NULL) in remove_out_of_scope_renamings()4264 current_function_name = SYMBOL_LINKAGE_NAME (current_function); in remove_out_of_scope_renamings()