Home
last modified time | relevance | path

Searched refs:VALUE_DEBUGOPT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def12 // options that have enumeration type), and VALUE_DEBUGOPT (is a debug option
24 #ifndef VALUE_DEBUGOPT
25 # define VALUE_DEBUGOPT(Name, Bits, Default) \
41 VALUE_DEBUGOPT(Name, Bits, Default)
119 VALUE_DEBUGOPT(DwarfVersion, 3, 0)
148 #undef VALUE_DEBUGOPT
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5013 #define VALUE_DEBUGOPT(Name, Bits, Default) HBuilder.add(CodeGenOpts->Name); in getModuleHash() macro