Searched refs:MASK_DEBUG (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/ |
| H A D | v850.h | 79 #define MASK_DEBUG 0x40000000 macro 132 #define TARGET_DEBUG (target_flags & MASK_DEBUG) 171 { "debug", MASK_DEBUG, N_("Enable backend debugging") }, \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/dsp16xx/ |
| H A D | dsp16xx.h | 180 #define MASK_DEBUG 0x00004000 /* Debugging turned on*/ macro 214 #define TARGET_DEBUG (target_flags & MASK_DEBUG) 257 { "debug", MASK_DEBUG, \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.h | 331 #define MASK_DEBUG 0x08000000 /* general debugging switch */ macro 356 #define TARGET_DEBUG ((target_flags & MASK_DEBUG) != 0) 454 { "debug", MASK_DEBUG, "Internal debug switch" }, \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.h | 244 #define MASK_DEBUG 0 /* unused */ macro 271 #define TARGET_DEBUG_MODE (target_flags & MASK_DEBUG) 632 {"debug", MASK_DEBUG, \
|