Searched refs:current_function (Results 1 – 6 of 6) sorted by relevance
159 my $current_function;207 if ($win64 && $current_function->{abi} eq "svr4") {221 if ($win64 && $current_function->{abi} eq "svr4") {449 if ($win64 && $current_function->{name} eq $self->{value}450 && $current_function->{abi} eq "svr4") {455 $func .= "${decor}SEH_begin_$current_function->{name}:\n";456 my $narg = $current_function->{narg};466 } elsif ($self->{value} ne "$current_function->{name}") {470 } elsif ($win64 && $current_function->{abi} eq "svr4") {471 my $func = "$current_function->{name}" .[all …]
51 struct debug_function *current_function; member723 info->current_function = NULL; in debug_set_filename()811 info->current_function = f; in debug_record_function()844 || info->current_function == NULL) in debug_record_parameter()857 for (pp = &info->current_function->parameters; in debug_record_parameter()875 || info->current_function == NULL) in debug_end_function()889 info->current_function = NULL; in debug_end_function()
363 * function.c (cfun): Renamed from current_function. All users6961 current_function->stmt is unset.7204 current_function->stmt is unset.7366 (expand_dummy_function_end): Free up current_function state.8521 (alpha_return_addr): Adjust to use current_function->machine.9141 Don't set inl_emit field in current_function.9148 (output_inline_function): Save and restore current_function/11151 (mem_min_alignment): Test current_function rather than11219 regno_pointer_* variables through current_function.11240 (init_emit): Allocate emit elt of current_function.[all …]
26688 * pj.c (pj_expand_prologue): current_function->args_info is
5275 struct symbol *current_function; in remove_irrelevant_renamings() local5330 current_function = current_block->linkage_function (); in remove_irrelevant_renamings()5331 if (current_function == NULL) in remove_irrelevant_renamings()5334 current_function_name = current_function->linkage_name (); in remove_irrelevant_renamings()
2394 (cp_function_chain): Use the current_function, not the2431 * method.c (emit_thunk): Clear current_function after calling2436 (pending_inline): Clear current_function, even if something goes