Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDcgraphunit.c1734 tree thunk_fndecl = decl; in expand_thunk() local
1743 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset, in expand_thunk()
1748 tree restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in expand_thunk()
1758 a = DECL_ARGUMENTS (thunk_fndecl); in expand_thunk()
1760 current_function_decl = thunk_fndecl; in expand_thunk()
1763 resolve_unique_section (thunk_fndecl, 0, in expand_thunk()
1766 DECL_RESULT (thunk_fndecl) in expand_thunk()
1767 = build_decl (DECL_SOURCE_LOCATION (thunk_fndecl), in expand_thunk()
1769 DECL_CONTEXT (DECL_RESULT (thunk_fndecl)) = thunk_fndecl; in expand_thunk()
1770 fnname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (thunk_fndecl)); in expand_thunk()
[all …]
HDtarget.def652 The @var{thunk_fndecl} is redundant. (@var{delta} and @var{function}\n\
660 void, (FILE *file, tree thunk_fndecl, HOST_WIDE_INT delta,
677 bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta,
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDmethod.c280 use_thunk (tree thunk_fndecl, bool emit_p) in use_thunk() argument
285 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk()
289 gcc_assert (DECL_NAME (thunk_fndecl)); in use_thunk()
293 gcc_assert (!THUNK_ALIAS (thunk_fndecl)); in use_thunk()
295 if (TREE_ASM_WRITTEN (thunk_fndecl)) in use_thunk()
298 function = THUNK_TARGET (thunk_fndecl); in use_thunk()
299 if (DECL_RESULT (thunk_fndecl)) in use_thunk()
309 TREE_ADDRESSABLE (thunk_fndecl) = 1; in use_thunk()
323 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk()
324 virtual_offset = THUNK_VIRTUAL_OFFSET (thunk_fndecl); in use_thunk()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDmethod.c254 use_thunk (tree thunk_fndecl, bool emit_p) in use_thunk() argument
259 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk()
263 gcc_assert (DECL_NAME (thunk_fndecl)); in use_thunk()
267 gcc_assert (!THUNK_ALIAS (thunk_fndecl)); in use_thunk()
269 if (TREE_ASM_WRITTEN (thunk_fndecl)) in use_thunk()
272 function = THUNK_TARGET (thunk_fndecl); in use_thunk()
273 if (DECL_RESULT (thunk_fndecl)) in use_thunk()
283 TREE_ADDRESSABLE (thunk_fndecl) = 1; in use_thunk()
297 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk()
298 virtual_offset = THUNK_VIRTUAL_OFFSET (thunk_fndecl); in use_thunk()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDcgraphunit.c1611 tree thunk_fndecl = node->decl; in assemble_thunk() local
1612 tree a = DECL_ARGUMENTS (thunk_fndecl); in assemble_thunk()
1614 current_function_decl = thunk_fndecl; in assemble_thunk()
1617 resolve_unique_section (thunk_fndecl, 0, flag_function_sections); in assemble_thunk()
1620 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset, in assemble_thunk()
1625 tree restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in assemble_thunk()
1627 DECL_RESULT (thunk_fndecl) in assemble_thunk()
1628 = build_decl (DECL_SOURCE_LOCATION (thunk_fndecl), in assemble_thunk()
1630 fnname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (thunk_fndecl)); in assemble_thunk()
1636 DECL_INITIAL (thunk_fndecl) = fn_block; in assemble_thunk()
[all …]
HDtarget.def335 void, (FILE *file, tree thunk_fndecl, HOST_WIDE_INT delta,
348 bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta,
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi4861 @deftypefn {Target Hook} void TARGET_ASM_OUTPUT_MI_THUNK (FILE *@var{file}, tree @var{thunk_fndecl}…
4893 The @var{thunk_fndecl} is redundant. (@var{delta} and @var{function}
4903 @deftypefn {Target Hook} bool TARGET_ASM_CAN_OUTPUT_MI_THUNK (const_tree @var{thunk_fndecl}, HOST_W…
HDtm.texi.in4830 The @var{thunk_fndecl} is redundant. (@var{delta} and @var{function}