reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/SwapByteOrder.h
  154   Value = getSwappedBytes(Value);
unittests/Support/SwapByteOrderTest.cpp
   58               sys::getSwappedBytes(sys::getSwappedBytes(original_int16)));
   58               sys::getSwappedBytes(sys::getSwappedBytes(original_int16)));
   77               sys::getSwappedBytes(sys::getSwappedBytes(original_int16)));
   77               sys::getSwappedBytes(sys::getSwappedBytes(original_int16)));
  115   EXPECT_EQ(int16_t(0x1122), sys::getSwappedBytes(int16_t(0x2211)));