Byte-swap Value when the profile and host endianness differ.
Declared in <llvm/ProfileData/InstrProfCorrelator.h>
template<class T>
T
maybeSwap(T Value) const;
Value, byte-swapped when endianness differs.
| Name | Description |
|---|---|
| Value | Value that may need byte-swapping. |