Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp366 if (getHostEndianness() != Old) { in swapBytes()
378 if (getHostEndianness() == Old) { in swapBytes()
455 if (Endianness == getHostEndianness()) in swapBytesToHost()
463 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
470 if (Endianness == getHostEndianness()) in swapBytesFromHost()
476 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h193 support::endianness HostEndian = getHostEndianness(); in getDataEndianness()
DInstrProf.h456 inline support::endianness getHostEndianness() { in getHostEndianness() function