Classes | |
class | MemoryBlock |
This class encapsulates the notion of a memory block which has an address and a size. More... | |
class | Memory |
This class provides various memory handling functions that manipulate MemoryBlock instances. More... | |
Functions | |
uint16_t | SwapByteOrder_16 (uint16_t value) |
SwapByteOrder_16 - This function returns a byte-swapped representation of the 16-bit argument. | |
uint32_t | SwapByteOrder_32 (uint32_t value) |
SwapByteOrder_32 - This function returns a byte-swapped representation of the 32-bit argument. | |
uint64_t | SwapByteOrder_64 (uint64_t value) |
SwapByteOrder_64 - This function returns a byte-swapped representation of the 64-bit argument. | |
unsigned char | SwapByteOrder (unsigned char C) |
signed char | SwapByteOrder (signed char C) |
char | SwapByteOrder (char C) |
unsigned short | SwapByteOrder (unsigned short C) |
signed short | SwapByteOrder (signed short C) |
unsigned int | SwapByteOrder (unsigned int C) |
signed int | SwapByteOrder (signed int C) |
unsigned long | SwapByteOrder (unsigned long C) |
signed long | SwapByteOrder (signed long C) |
unsigned long long | SwapByteOrder (unsigned long long C) |
signed long long | SwapByteOrder (signed long long C) |
signed long long llvm::sys::SwapByteOrder | ( | signed long long | C | ) | [inline] |
unsigned long long llvm::sys::SwapByteOrder | ( | unsigned long long | C | ) | [inline] |
signed long llvm::sys::SwapByteOrder | ( | signed long | C | ) | [inline] |
unsigned long llvm::sys::SwapByteOrder | ( | unsigned long | C | ) | [inline] |
signed int llvm::sys::SwapByteOrder | ( | signed int | C | ) | [inline] |
unsigned int llvm::sys::SwapByteOrder | ( | unsigned int | C | ) | [inline] |
signed short llvm::sys::SwapByteOrder | ( | signed short | C | ) | [inline] |
unsigned short llvm::sys::SwapByteOrder | ( | unsigned short | C | ) | [inline] |
char llvm::sys::SwapByteOrder | ( | char | C | ) | [inline] |
signed char llvm::sys::SwapByteOrder | ( | signed char | C | ) | [inline] |
unsigned char llvm::sys::SwapByteOrder | ( | unsigned char | C | ) | [inline] |
uint16_t llvm::sys::SwapByteOrder_16 | ( | uint16_t | value | ) | [inline] |
SwapByteOrder_16 - This function returns a byte-swapped representation of the 16-bit argument.
uint32_t llvm::sys::SwapByteOrder_32 | ( | uint32_t | value | ) | [inline] |
SwapByteOrder_32 - This function returns a byte-swapped representation of the 32-bit argument.
uint64_t llvm::sys::SwapByteOrder_64 | ( | uint64_t | value | ) | [inline] |
SwapByteOrder_64 - This function returns a byte-swapped representation of the 64-bit argument.