Home
last modified time | relevance | path

Searched refs:getHostEndianness (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp810 if (getHostEndianness() != Old) { in swapBytes()
822 if (getHostEndianness() == Old) { in swapBytes()
902 if (Endianness == getHostEndianness()) in swapBytesToHost()
910 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
918 if (Endianness == getHostEndianness()) in swapBytesFromHost()
924 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h242 support::endianness HostEndian = getHostEndianness(); in getDataEndianness()
DInstrProf.h922 inline support::endianness getHostEndianness() { in getHostEndianness() function