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
   62               sys::getSwappedBytes(sys::getSwappedBytes(original_int32)));
   62               sys::getSwappedBytes(sys::getSwappedBytes(original_int32)));
   81               sys::getSwappedBytes(sys::getSwappedBytes(original_int32)));
   81               sys::getSwappedBytes(sys::getSwappedBytes(original_int32)));
  119   EXPECT_EQ(int32_t(0x11223344), sys::getSwappedBytes(int32_t(0x44332211)));