LLVM API Documentation
Go to the documentation of this file.
14 #ifndef LLVM_SUPPORT_SOLARIS_H
15 #define LLVM_SUPPORT_SOLARIS_H
17 #include <sys/types.h>
18 #include <sys/regset.h>
21 #define BIG_ENDIAN 4321
22 #define LITTLE_ENDIAN 1234
23 #if defined(__sparc) || defined(__sparc__)
24 #define BYTE_ORDER BIG_ENDIAN
26 #define BYTE_ORDER LITTLE_ENDIAN