Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp553 if (getHostEndianness() != Old) { in swapBytes()
565 if (getHostEndianness() == Old) { in swapBytes()
642 if (Endianness == getHostEndianness()) in swapBytesToHost()
650 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
657 if (Endianness == getHostEndianness()) in swapBytesFromHost()
663 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h213 support::endianness HostEndian = getHostEndianness(); in getDataEndianness()
DInstrProf.h733 inline support::endianness getHostEndianness() { in getHostEndianness() function