Home
last modified time | relevance | path

Searched refs:ENUM_DEBUGOPT (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDebugOptions.def11 // 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-14-stable/contrib/llvm-project/clang/lib/Basic/
HDCodeGenOptions.cpp27 #define ENUM_DEBUGOPT(Name, Type, Bits, Default) in resetNonModularOptions() macro
38 #define ENUM_DEBUGOPT(Name, Type, Bits, Default) in resetNonModularOptions() macro
49 #define ENUM_DEBUGOPT(Name, Type, Bits, Default) set##Name(Default); in resetNonModularOptions() macro
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp5014 #define ENUM_DEBUGOPT(Name, Type, Bits, Default) \ in getModuleHash() macro