Searched refs:DEBUGOPT (Results 1 – 3 of 3) 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 19 #ifndef DEBUGOPT 20 #define DEBUGOPT(Name, Bits, Default) \ 36 DEBUGOPT(Name, Bits, Default) 51 DEBUGOPT(Dwarf64, 1, 0) ///< -gdwarf64. 70 DEBUGOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info. 71 DEBUGOPT(DebugOmitUnreferencedMethods, 1, 0) ///< Omit unreferenced member 78 DEBUGOPT(DebugColumnInfo, 1, 0) ///< Whether or not to use column information 81 DEBUGOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain 84 DEBUGOPT(DebugExplicitImport, 1, 0) ///< Whether or not debug info should [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/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 5012 #define DEBUGOPT(Name, Bits, Default) HBuilder.add(CodeGenOpts->Name); in getModuleHash() macro
|