Searched refs:ENUM_DEBUGOPT (Results 1 – 2 of 2) 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 29 #ifndef ENUM_DEBUGOPT 30 # define ENUM_DEBUGOPT(Name, Type, Bits, Default) \ 46 ENUM_DEBUGOPT(Name, Type, Bits, Default) 89 ENUM_DEBUGOPT(DebugSrcHash, DebugSrcHashKind, 2, DSH_MD5) 98 ENUM_DEBUGOPT(DebugSimpleTemplateNames, 107 ENUM_DEBUGOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4, 114 ENUM_DEBUGOPT(DebuggerTuning, llvm::DebuggerKind, 3, 147 #undef ENUM_DEBUGOPT
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 5014 #define ENUM_DEBUGOPT(Name, Type, Bits, Default) \ in getModuleHash() macro
|