Home
last modified time | relevance | path

Searched refs:MASK_DEBUG (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h79 #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 Ddsp16xx.h180 #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 Dfrv.h331 #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 Dmips.h244 #define MASK_DEBUG 0 /* unused */ macro
271 #define TARGET_DEBUG_MODE (target_flags & MASK_DEBUG)
632 {"debug", MASK_DEBUG, \