LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
SwapByteOrder.h File Reference
#include "llvm/Support/DataTypes.h"
#include <cstddef>
#include <limits>
Include dependency graph for SwapByteOrder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::sys
 

Functions

uint16_t llvm::sys::SwapByteOrder_16 (uint16_t value)
 
uint32_t llvm::sys::SwapByteOrder_32 (uint32_t value)
 
uint64_t llvm::sys::SwapByteOrder_64 (uint64_t value)
 
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)