Searched refs:stack_protect_guard (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Demit-rtl.h97 tree stack_protect_guard; variable
H A Dcfgexpand.c1936 crtl->stack_protect_guard = guard;
6298 /* Expand code to initialize the stack_protect_guard. This is invoked at
6304 tree guard_decl = targetm.stack_protect_guard ();
6308 x = expand_normal (crtl->stack_protect_guard);
6468 if (has_short_buffer && !crtl->stack_protect_guard)
6560 /* Initialize the stack_protect_guard field. This must happen after the
6562 if (crtl->stack_protect_guard && targetm.stack_protect_runtime_enabled_p ())
H A Ddse.c2152 if (crtl->stack_protect_guard
2153 && (MEM_EXPR (mem) == crtl->stack_protect_guard
H A Dfunction.c2886 else if (crtl->stack_protect_guard
5007 /* Expand code to verify the stack_protect_guard. This is invoked at
5018 x = expand_normal (crtl->stack_protect_guard);
5436 if (crtl->stack_protect_guard
5587 if (crtl->stack_protect_guard
H A Dcalls.c4136 && crtl->stack_protect_guard
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Demit-rtl.h100 tree stack_protect_guard; variable
H A Dcfgexpand.cc2073 crtl->stack_protect_guard = guard;
6530 /* Expand code to initialize the stack_protect_guard. This is invoked at
6536 tree guard_decl = targetm.stack_protect_guard ();
6540 x = expand_normal (crtl->stack_protect_guard);
6701 if (has_short_buffer && !crtl->stack_protect_guard)
6818 /* Initialize the stack_protect_guard field. This must happen after the
6820 if (crtl->stack_protect_guard && targetm.stack_protect_runtime_enabled_p ())
H A Ddse.cc2154 if (crtl->stack_protect_guard
2155 && (MEM_EXPR (mem) == crtl->stack_protect_guard
H A Dfunction.cc2871 else if (crtl->stack_protect_guard
5008 /* Expand code to verify the stack_protect_guard. This is invoked at
5019 x = expand_normal (crtl->stack_protect_guard);
5437 if (crtl->stack_protect_guard
5590 if (crtl->stack_protect_guard
H A Dasan.cc1872 gcc_checking_assert (offsets[0] == (crtl->stack_protect_guard
1883 if (alignb > ASAN_RED_ZONE_SIZE && crtl->stack_protect_guard)
H A Dcalls.cc3128 && crtl->stack_protect_guard
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc8147 return crtl->stack_protect_guard;

Completed in 277 milliseconds