Searched refs:DEBUGOPT (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 11 // Optionally, the user may also define DEBUGOPT (for flags), ENUM_DEBUGOPT (for 16 #ifndef DEBUGOPT 17 #define DEBUGOPT(Name, Bits, Default, Compatibility) \ 33 DEBUGOPT(Dwarf64, 1, 0, Affecting) ///< -gdwarf64. 34 DEBUGOPT(EnableDIPreservationVerify, 1, 0, Benign) ///< Enable di preservation 39 DEBUGOPT(ForceDwarfFrameSection , 1, 0, Benign) ///< Set when -fforce-dwarf-frame 46 DEBUGOPT(NoDwarfDirectoryAsm , 1, 0, Benign) ///< Set when -fno-dwarf-directory-asm 49 DEBUGOPT(NoInlineLineTables, 1, 0, Benign) ///< Whether debug info should contain 52 DEBUGOPT(DebugStrictDwarf, 1, 1, Affecting) ///< Whether or not to use strict DWARF info. 53 DEBUGOPT(DebugOmitUnreferencedMethods, 1, 0, Affecting) ///< Omit unreferenced member [all …]
|
| /freebsd/sys/modules/hptmv/ |
| H A D | Makefile | 28 DEBUGOPT += -DDEBUG 30 DEBUGOPT += -DDEBUG_LEVEL=$(DEBUG_LEVEL) 32 DEBUGOPT += -DDEBUG_LEVEL=1 37 DEBUGOPT += -DFOR_DEMO 40 CFLAGS = ${DEBUGOPT}
|
| /freebsd/crypto/krb5/src/config/ |
| H A D | win-pre.in | 129 DEBUGOPT=/guard:cf /Zi 151 CCOPTS=$(DEBUGOPT) $(CCOPTS) 162 CCOPTS=/Od $(DEBUGOPT) /MDd $(CCOPTS)
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | CodeGenOptions.cpp | 38 #define DEBUGOPT(Name, Bits, Default, Compatibility) \ in resetNonModularOptions() macro
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 5361 #define DEBUGOPT(Name, Bits, Default, Compatibility) \ in getModuleHash() macro
|