llvm::getSwappedBytes

Needed by swapByteOrder().

Synopsis

Declared in <llvm/Support/DataExtractor.h>

uint24_t
getSwappedBytes(uint24_t C);

Return Value

A uint24_t with the three bytes in reverse order.

Parameters

NameDescription
CValue whose bytes should be reversed.