Searched refs:getSwappedBytes (Results 1 – 8 of 8) sorted by relevance
69 inline unsigned char getSwappedBytes(unsigned char C) { return llvm::byteswap(C); } in getSwappedBytes() function70 inline signed char getSwappedBytes( signed char C) { return llvm::byteswap(C); } in getSwappedBytes() function71 inline char getSwappedBytes( char C) { return llvm::byteswap(C); } in getSwappedBytes() function73 inline unsigned short getSwappedBytes(unsigned short C) { return llvm::byteswap(C); } in getSwappedBytes() function74 inline signed short getSwappedBytes( signed short C) { return llvm::byteswap(C); } in getSwappedBytes() function76 inline unsigned int getSwappedBytes(unsigned int C) { return llvm::byteswap(C); } in getSwappedBytes() function77 inline signed int getSwappedBytes( signed int C) { return llvm::byteswap(C); } in getSwappedBytes() function79 inline unsigned long getSwappedBytes(unsigned long C) { return llvm::byteswap(C); } in getSwappedBytes() function80 inline signed long getSwappedBytes( signed long C) { return llvm::byteswap(C); } in getSwappedBytes() function82 inline unsigned long long getSwappedBytes(unsigned long long C) { return llvm::byteswap(C); } in getSwappedBytes() function[all …]
37 inline uint24_t getSwappedBytes(uint24_t C) { in getSwappedBytes() function
151 return Ctx->ShouldSwapBytes ? sys::getSwappedBytes(Value) : Value;
371 return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int; in swap()
92 ? llvm::sys::getSwappedBytes(Header->NumBuckets) in checkHeader()
273 HashResult[i] = sys::getSwappedBytes(InternalState.State[i]); in final()
253 HashResult[i] = sys::getSwappedBytes(InternalState.State[i]); in final()
413 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()