/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/c6x/ |
H A D | c6x-common.c | 52 return UI_TARGET; in c6x_except_unwind_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/c6x/ |
H A D | c6x-common.cc | 52 return UI_TARGET; in c6x_except_unwind_info()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/ia64/ |
H A D | ia64-common.c | 89 return UI_TARGET; in ia64_except_unwind_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/ia64/ |
H A D | ia64-common.cc | 89 return UI_TARGET; in ia64_except_unwind_info()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | coretypes.h | 232 UI_TARGET enumerator
|
H A D | opts.c | 966 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)) in finish_options() 982 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)) in finish_options() 1000 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)))) in finish_options()
|
H A D | expr.c | 12592 case UI_TARGET: in build_personality_function()
|
H A D | target.def | 193 returns @code{UI_TARGET}.", 6595 A target may return @code{UI_TARGET} if it has ABI specified unwind tables.\n\
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | coretypes.h | 241 UI_TARGET enumerator
|
H A D | opts.cc | 1416 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)) in diagnose_options() 1432 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)) in diagnose_options() 1450 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)))) in diagnose_options()
|
H A D | expr.cc | 13048 case UI_TARGET: in build_personality_function()
|
H A D | ChangeLog | 16285 * coretypes.h (unwind_info_type): Swap UI_SEH and UI_TARGET.
|
H A D | ChangeLog-2018 | 13953 function. Return UI_TARGET unconditionally.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/arm/ |
H A D | arm-common.cc | 69 return UI_TARGET; in arm_except_unwind_info()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/arm/ |
H A D | arm-common.c | 67 return UI_TARGET; in arm_except_unwind_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | ia64.cc | 4383 if (ia64_except_unwind_info (&global_options) != UI_TARGET) in ia64_output_function_prologue() 4441 if (ia64_except_unwind_info (&global_options) != UI_TARGET) in ia64_output_function_end_prologue() 9054 && ia64_except_unwind_info (&global_options) == UI_TARGET) in ia64_add_bundle_selector_before() 9884 if (ia64_except_unwind_info (&global_options) == UI_TARGET) in ia64_reorg() 10288 bool unwind = ia64_except_unwind_info (&global_options) == UI_TARGET; in ia64_asm_unwind_emit() 10418 return UI_TARGET; in ia64_debug_unwind_info()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | ia64.c | 4383 if (ia64_except_unwind_info (&global_options) != UI_TARGET) in ia64_output_function_prologue() 4441 if (ia64_except_unwind_info (&global_options) != UI_TARGET) in ia64_output_function_end_prologue() 9054 && ia64_except_unwind_info (&global_options) == UI_TARGET) in ia64_add_bundle_selector_before() 9884 if (ia64_except_unwind_info (&global_options) == UI_TARGET) in ia64_reorg() 10288 bool unwind = ia64_except_unwind_info (&global_options) == UI_TARGET; in ia64_asm_unwind_emit() 10418 return UI_TARGET; in ia64_debug_unwind_info()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 23587 || (arm_except_unwind_info (&global_options) == UI_TARGET in arm_expand_prologue() 27001 || (arm_except_unwind_info (&global_options) == UI_TARGET in thumb1_expand_prologue() 29377 if (arm_except_unwind_info (&global_options) != UI_TARGET) in arm_unwind_emit() 29511 if (arm_except_unwind_info (&global_options) != UI_TARGET) in arm_output_fn_unwind() 29939 && arm_except_unwind_info (&global_options) == UI_TARGET in arm_frame_pointer_required()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 23832 || (arm_except_unwind_info (&global_options) == UI_TARGET in arm_expand_prologue() 27305 || (arm_except_unwind_info (&global_options) == UI_TARGET in thumb1_expand_prologue() 29917 if (arm_except_unwind_info (&global_options) != UI_TARGET) in arm_unwind_emit() 30051 if (arm_except_unwind_info (&global_options) != UI_TARGET) in arm_output_fn_unwind() 30479 && arm_except_unwind_info (&global_options) == UI_TARGET in arm_frame_pointer_required()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 9553 returns @code{UI_TARGET}. 9616 should return @code{UI_TARGET}. If the target is to use the 10132 A target may return @code{UI_TARGET} if it has ABI specified unwind tables.
|
H A D | tm.texi.in | 6513 should return @code{UI_TARGET}. If the target is to use the
|
H A D | gccint.info | 40044 'TARGET_EXCEPT_UNWIND_INFO' returns 'UI_TARGET'. 40112 tables, the hook should return 'UI_TARGET'. If the target is to 40596 A target may return 'UI_TARGET' if it has ABI specified unwind
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gccint.info | 41427 'TARGET_EXCEPT_UNWIND_INFO' returns 'UI_TARGET'. 41501 tables, the hook should return 'UI_TARGET'. If the target is to 41987 A target may return 'UI_TARGET' if it has ABI specified unwind
|