Compiler.h File Reference
Go to the source code of this file.
Define Documentation
#define __has_feature |
( |
x |
|
) |
0 |
#define BUILTIN_EXPECT |
( |
EXPR, |
|
|
VALUE |
|
) |
(EXPR) |
#define EXTERN_TEMPLATE_INSTANTIATION |
( |
X |
|
) |
|
#define LLVM_ATTRIBUTE_ALWAYS_INLINE |
#define LLVM_ATTRIBUTE_DEPRECATED |
( |
decl, |
|
|
message |
|
) |
decl |
#define LLVM_ATTRIBUTE_NOINLINE |
#define LLVM_ATTRIBUTE_NORETURN |
#define LLVM_ATTRIBUTE_READNONE |
#define LLVM_ATTRIBUTE_READONLY |
#define LLVM_ATTRIBUTE_UNUSED |
#define LLVM_ATTRIBUTE_USED |
#define LLVM_LIBRARY_VISIBILITY |
LLVM_LIBRARY_VISIBILITY - If a class marked with this attribute is linked into a shared library, then the class should be private to the library and not accessible from outside it.
Can also be used to mark variables and functions, making them private to any shared library they are linked into.
#define TEMPLATE_INSTANTIATION |
( |
X |
|
) |
|