16 #define CODEGENOPT(Name, Bits, Default) Name = Default; 17 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); 18 #include "clang/Frontend/CodeGenOptions.def" 25 StringRef FuncName(Name);
bool isNoBuiltinFunc(const char *Name) const
Is this a libc/libm function that is no longer recognized as a builtin because a -fno-builtin-* optio...
char CoverageVersion[4]
The version string to put into coverage files.
std::vector< std::string > NoBuiltinFuncs
A list of all -fno-builtin-* function names (e.g., memset).
std::string RelocationModel
The name of the relocation model to use.
Dataflow Directional Tag Classes.