#include "llvm/Support/DataTypes.h"
#include <cstddef>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
namespace | llvm::sys |
Functions | |
uint16_t | llvm::sys::SwapByteOrder_16 (uint16_t value) |
SwapByteOrder_16 - This function returns a byte-swapped representation of the 16-bit argument. | |
uint32_t | llvm::sys::SwapByteOrder_32 (uint32_t value) |
SwapByteOrder_32 - This function returns a byte-swapped representation of the 32-bit argument. | |
uint64_t | llvm::sys::SwapByteOrder_64 (uint64_t value) |
SwapByteOrder_64 - This function returns a byte-swapped representation of the 64-bit argument. | |
unsigned char | llvm::sys::SwapByteOrder (unsigned char C) |
signed char | llvm::sys::SwapByteOrder (signed char C) |
char | llvm::sys::SwapByteOrder (char C) |
unsigned short | llvm::sys::SwapByteOrder (unsigned short C) |
signed short | llvm::sys::SwapByteOrder (signed short C) |
unsigned int | llvm::sys::SwapByteOrder (unsigned int C) |
signed int | llvm::sys::SwapByteOrder (signed int C) |
unsigned long | llvm::sys::SwapByteOrder (unsigned long C) |
signed long | llvm::sys::SwapByteOrder (signed long C) |
unsigned long long | llvm::sys::SwapByteOrder (unsigned long long C) |
signed long long | llvm::sys::SwapByteOrder (signed long long C) |