15 #define CODEGENOPT(Name, Bits, Default) Name = Default; 16 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); 17 #include "clang/Basic/CodeGenOptions.def" 24 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).
__DEVICE__ void * memcpy(void *__a, const void *__b, size_t __c)
Dataflow Directional Tag Classes.
llvm::Reloc::Model RelocationModel
The name of the relocation model to use.