Searched refs:getSwappedBytes (Results 1 – 7 of 7) sorted by relevance
72 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes() function73 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes() function74 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes() function76 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes() function77 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes() function79 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes() function92 inline unsigned long long getSwappedBytes(unsigned long long C) { in getSwappedBytes() function95 inline signed long long getSwappedBytes(signed long long C) { in getSwappedBytes() function99 inline float getSwappedBytes(float C) { in getSwappedBytes() function109 inline double getSwappedBytes(double C) { in getSwappedBytes() function[all …]
37 inline uint24_t getSwappedBytes(uint24_t C) { in getSwappedBytes() function
70 using llvm::sys::getSwappedBytes;183 result.r_word0 = swap ? getSwappedBytes(r0) : r0; in packRelocation()184 result.r_word1 = swap ? getSwappedBytes(r1) : r1; in packRelocation()
1109 *indirects++ = llvm::sys::getSwappedBytes(index); in writeSymbolTable()1121 *indirects++ = llvm::sys::getSwappedBytes(index); in writeSymbolTable()
92 ? llvm::sys::getSwappedBytes(Header->NumBuckets) in checkHeader()
227 return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int; in swap()
299 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()