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

References

include/llvm/ProfileData/InstrProfReader.h
  238     return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int;
include/llvm/Support/SwapByteOrder.h
  154   Value = getSwappedBytes(Value);
lib/ProfileData/InstrProfReader.cpp
  301          sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic;
unittests/Support/SwapByteOrderTest.cpp
   41               sys::getSwappedBytes(sys::getSwappedBytes(original_uint64)));
   41               sys::getSwappedBytes(sys::getSwappedBytes(original_uint64)));
  107     sys::getSwappedBytes(uint64_t(0x8877665544332211ULL)));