Home
last modified time | relevance | path

Searched refs:thunk_fndecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dmethod.c320 use_thunk (tree thunk_fndecl, bool emit_p) in use_thunk() argument
325 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk()
328 gcc_assert (DECL_NAME (thunk_fndecl)); in use_thunk()
332 gcc_assert (!THUNK_ALIAS (thunk_fndecl)); in use_thunk()
334 if (TREE_ASM_WRITTEN (thunk_fndecl)) in use_thunk()
337 function = THUNK_TARGET (thunk_fndecl); in use_thunk()
338 if (DECL_RESULT (thunk_fndecl)) in use_thunk()
348 TREE_ADDRESSABLE (thunk_fndecl) = 1; in use_thunk()
362 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk()
363 virtual_offset = THUNK_VIRTUAL_OFFSET (thunk_fndecl); in use_thunk()
[all …]
/freebsd-10-stable/contrib/gcc/config/sparc/
Dsparc.c8531 sparc_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED, in sparc_output_mi_thunk()
8734 sparc_can_output_mi_thunk (tree thunk_fndecl ATTRIBUTE_UNUSED, in sparc_can_output_mi_thunk()
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.c7154 mips_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED, in mips_output_mi_thunk()
/freebsd-10-stable/contrib/gcc/doc/
Dtm.texi4485 @deftypefn {Target Hook} void TARGET_ASM_OUTPUT_MI_THUNK (FILE *@var{file}, tree @var{thunk_fndecl}…
4517 The @var{thunk_fndecl} is redundant. (@var{delta} and @var{function}
4527 @deftypefn {Target Hook} bool TARGET_ASM_CAN_OUTPUT_MI_THUNK (tree @var{thunk_fndecl}, HOST_WIDE_IN…
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.c15713 rs6000_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED, in rs6000_output_mi_thunk()
/freebsd-10-stable/contrib/gcc/
DChangeLog-199916184 (output_mi_thunk): Likewise. Mark parameter `thunk_fndecl' with