Searched refs:TARGET_SEH (Results 1 – 9 of 9) sorted by relevance
26 #undef TARGET_SEH27 #define TARGET_SEH (TARGET_64BIT_MS_ABI && flag_unwind_tables) macro32 #define MAX_STACK_ALIGNMENT (TARGET_SEH ? 128 : MAX_OFILE_ALIGNMENT)132 if (TARGET_SEH) \
869 if (!TARGET_SEH) in i386_pe_seh_init()895 if (!TARGET_SEH) in i386_pe_seh_end_prologue()911 if (!TARGET_SEH) in i386_pe_seh_cold_init()993 if (!TARGET_SEH) in i386_pe_seh_fini()1240 if (!TARGET_SEH) in i386_pe_seh_unwind_emit()1317 if (!TARGET_SEH) in i386_pe_seh_emit_except_personality()1349 if (TARGET_SEH) in i386_pe_seh_init_sections()
2504 int max = TARGET_SEH ? 4 : 12; in ix86_option_override_internal()2699 opts->x_flag_fentry = TARGET_SEH; in ix86_option_override_internal()2706 else if (TARGET_SEH && !opts->x_flag_fentry) in ix86_option_override_internal()2710 if (TARGET_SEH && TARGET_CALL_MS2SYSV_XLOGUES) in ix86_option_override_internal()
6550 gcc_assert (!TARGET_SEH); in ix86_compute_frame_layout()6618 if (TARGET_SEH) in ix86_compute_frame_layout()6846 if (TARGET_SEH) in ix86_compute_frame_layout()8638 if (TARGET_SEH) in ix86_expand_prologue()8690 if (TARGET_SEH in ix86_expand_prologue()8802 if (sp_is_cfa_reg || TARGET_SEH) in ix86_expand_prologue()8820 if (sp_is_cfa_reg || TARGET_SEH) in ix86_expand_prologue()8840 if (sp_is_cfa_reg || TARGET_SEH) in ix86_expand_prologue()8935 if (TARGET_SEH) in ix86_expand_prologue()9346 else if (TARGET_SEH) in ix86_expand_epilogue()[all …]
545 #define TARGET_SEH 0 macro
15400 ;; We need to disable this for TARGET_SEH, as otherwise15413 "!TARGET_SEH && !ix86_static_chain_on_stack && !ix86_function_ms_hook_prologue (cfun->decl)"
7686 * config/i386/cygming.h (TARGET_SEH): New.7707 * config/i386/i386.h (TARGET_SEH): New.
30902 (ix86_option_override_internal): Add sorry() for TARGET_SEH and
8829 * config/i386/i386.md (simple_return): Disable if TARGET_SEH is active.