Searched refs:getSwappedBytes (Results 1 – 8 of 8) sorted by relevance
103 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes() function104 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes() function105 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes() function113 inline unsigned long getSwappedBytes(unsigned long C) { in getSwappedBytes() function118 inline signed long getSwappedBytes(signed long C) { in getSwappedBytes() function124 inline unsigned long long getSwappedBytes(unsigned long long C) { in getSwappedBytes() function127 inline signed long long getSwappedBytes(signed long long C) { in getSwappedBytes() function131 inline float getSwappedBytes(float C) { in getSwappedBytes() function141 inline double getSwappedBytes(double C) { in getSwappedBytes() function154 getSwappedBytes(static_cast<std::underlying_type_t<T>>(C))); in getSwappedBytes()[all …]
37 inline uint24_t getSwappedBytes(uint24_t C) { in getSwappedBytes() function
101 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes() function102 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes() function103 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes() function105 inline unsigned short getSwappedBytes(unsigned short C) { in getSwappedBytes() function113 inline unsigned long getSwappedBytes(unsigned long C) { in getSwappedBytes() function118 inline signed long getSwappedBytes(signed long C) { in getSwappedBytes() function124 inline unsigned long long getSwappedBytes(unsigned long long C) { in getSwappedBytes() function127 inline signed long long getSwappedBytes(signed long long C) { in getSwappedBytes() function132 inline std::enable_if_t<std::is_enum<T>::value, T> getSwappedBytes(T C) { in getSwappedBytes() function134 getSwappedBytes(static_cast<std::underlying_type_t<T>>(C))); in getSwappedBytes()[all …]
69 using llvm::sys::getSwappedBytes;182 result.r_word0 = swap ? getSwappedBytes(r0) : r0; in packRelocation()183 result.r_word1 = swap ? getSwappedBytes(r1) : r1; in packRelocation()
1117 *indirects++ = llvm::sys::getSwappedBytes(index); in writeSymbolTable()1129 *indirects++ = llvm::sys::getSwappedBytes(index); in writeSymbolTable()
91 ? llvm::sys::getSwappedBytes(Header->NumBuckets) in checkHeader()
265 return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int; in swap()
308 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()