Searched refs:stack_protect_guard (Results 1 – 6 of 6) sorted by relevance
371 tree stack_protect_guard; member
656 tree (* stack_protect_guard) (void); member
954 cfun->stack_protect_guard = guard; in create_stack_guard()1686 if (has_short_buffer && !cfun->stack_protect_guard) in tree_expand_cfg()1703 if (cfun->stack_protect_guard) in tree_expand_cfg()
2445 else if (cfun->stack_protect_guard in assign_parm_adjust_stack_rtl()3973 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue()3980 x = validize_mem (DECL_RTL (cfun->stack_protect_guard)); in stack_protect_prologue()4010 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_epilogue()4018 x = validize_mem (DECL_RTL (cfun->stack_protect_guard)); in stack_protect_epilogue()4561 if (cfun->stack_protect_guard) in expand_function_end()
2318 if (pass == 0 && cfun->stack_protect_guard) in expand_call()
14068 * function.h (struct function): Add stack_protect_guard.14077 * target.h (struct gcc_target): Add stack_protect_guard and