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
   66               sys::getSwappedBytes(sys::getSwappedBytes(original_int64)));
   66               sys::getSwappedBytes(sys::getSwappedBytes(original_int64)));
   85               sys::getSwappedBytes(sys::getSwappedBytes(original_int64)));
   85               sys::getSwappedBytes(sys::getSwappedBytes(original_int64)));
  124     sys::getSwappedBytes(int64_t(0x8877665544332211LL)));