Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DInstrProf.cpp891 if (getHostEndianness() != Old) { in swapBytes()
903 if (getHostEndianness() == Old) { in swapBytes()
988 if (Endianness == getHostEndianness()) in swapBytesToHost()
996 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
1004 if (Endianness == getHostEndianness()) in swapBytesFromHost()
1010 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DInstrProfReader.h375 support::endianness HostEndian = getHostEndianness(); in getDataEndianness()
DInstrProf.h991 inline support::endianness getHostEndianness() { in getHostEndianness() function