/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sched-ebb.c | 238 if (write_symbols != NO_DEBUG) 278 if (write_symbols != NO_DEBUG) 362 if (write_symbols != NO_DEBUG)
|
H A D | toplev.c | 330 enum debug_info_type write_symbols = NO_DEBUG; 953 { "", NO_DEBUG, DEFAULT_GDB_EXTENSIONS, 4229 static enum debug_info_type selected_debug_type = NO_DEBUG; 4285 if (type == NO_DEBUG) 4301 if (type == NO_DEBUG) 4307 && da->debug_type != NO_DEBUG 4315 if (type_explicitly_set_p && da->debug_type == NO_DEBUG) 4321 type_explicitly_set_p = da->debug_type != NO_DEBUG; 4325 ? NO_DEBUG 5225 write_symbols = NO_DEBUG; in process_options() [all …]
|
H A D | flags.h | 30 NO_DEBUG, /* Write no debug info. */ enumerator
|
H A D | defaults.h | 513 #define PREFERRED_DEBUGGING_TYPE NO_DEBUG
|
H A D | haifa-sched.c | 1257 if (write_symbols != NO_DEBUG && NOTE_LINE_NUMBER (insn) > 0) 2448 if (write_symbols != NO_DEBUG) 2522 if (write_symbols != NO_DEBUG) in sched_finish()
|
H A D | sched-rgn.c | 2795 if (write_symbols != NO_DEBUG) 2853 if (write_symbols != NO_DEBUG) 3078 if (write_symbols != NO_DEBUG)
|
/openbsd/gnu/gcc/gcc/ |
H A D | opts.c | 79 enum debug_info_type write_symbols = NO_DEBUG; 1009 set_debug_level (NO_DEBUG, DEFAULT_GDB_EXTENSIONS, arg); in common_handle_option() 1021 set_debug_level (NO_DEBUG, 2, arg); in common_handle_option() 1162 if (type == NO_DEBUG) in set_debug_level() 1164 if (write_symbols == NO_DEBUG) in set_debug_level() 1177 if (write_symbols == NO_DEBUG) in set_debug_level() 1184 if (type_explicit && write_symbols != NO_DEBUG && type != write_symbols) in set_debug_level()
|
H A D | sched-ebb.c | 482 if (write_symbols != NO_DEBUG) in schedule_ebb() 523 if (write_symbols != NO_DEBUG) in schedule_ebb() 684 if (write_symbols != NO_DEBUG) in schedule_ebbs()
|
H A D | flags.h | 30 NO_DEBUG, /* Write no debug info. */ enumerator
|
H A D | toplev.c | 1679 write_symbols = NO_DEBUG; in process_options() 1686 write_symbols = NO_DEBUG; in process_options() 1690 if (PREFERRED_DEBUGGING_TYPE == NO_DEBUG) in process_options() 1714 if (write_symbols == NO_DEBUG) in process_options() 1819 if (flag_function_sections && write_symbols != NO_DEBUG) in process_options()
|
H A D | c-pch.c | 289 && write_symbols != NO_DEBUG) in c_common_valid_pch()
|
H A D | defaults.h | 619 #define PREFERRED_DEBUGGING_TYPE NO_DEBUG
|
H A D | sched-rgn.c | 2787 if (write_symbols != NO_DEBUG) in schedule_region() 2843 if (write_symbols != NO_DEBUG) in schedule_region() 3049 if (write_symbols != NO_DEBUG) in schedule_insns()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa64-hpux.h | 121 if (write_symbols != NO_DEBUG) \ 250 if (write_symbols != NO_DEBUG) \
|
H A D | elf.h | 46 if (write_symbols != NO_DEBUG) \
|
H A D | pa-linux.h | 116 if (write_symbols != NO_DEBUG) \
|
H A D | openbsd.h | 90 if (write_symbols != NO_DEBUG) \
|
H A D | pa-openbsd64.h | 59 if (write_symbols != NO_DEBUG) \
|
H A D | som.h | 237 if (write_symbols != NO_DEBUG) \
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | xcoff.h | 172 if (write_symbols != NO_DEBUG) \
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | vms.h | 335 if (write_symbols == NO_DEBUG) \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | xcoff.h | 232 if (write_symbols != NO_DEBUG) \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | vms.h | 476 if (write_symbols == NO_DEBUG) \
|
/openbsd/gnu/gcc/gcc/config/m88k/ |
H A D | m88k.h | 780 || (write_symbols != NO_DEBUG))
|
/openbsd/gnu/usr.bin/gcc/gcc/config/romp/ |
H A D | romp.c | 1070 return (write_symbols != NO_DEBUG || current_function_profile in romp_using_r14() 1083 return (frame_pointer_needed || write_symbols != NO_DEBUG in romp_pushes_stack()
|