Searched refs:ByteSwap_16 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h51 /// ByteSwap_16 - This function returns a byte-swapped representation of
53 inline uint16_t ByteSwap_16(uint16_t value) { function in namespace:llvm
107 inline unsigned short getSwappedBytes(unsigned short C) { return ByteSwap_16(C); }
108 inline signed short getSwappedBytes( signed short C) { return ByteSwap_16(C); }
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h102 return GetEndianSwap() ? llvm::ByteSwap_16(m_data.inst16) : m_data.inst16;
122 return GetEndianSwap() ? llvm::ByteSwap_16(m_data.inst16) : m_data.inst16;
141 return GetEndianSwap() ? llvm::ByteSwap_16(m_data.inst16) : m_data.inst16;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp106 *(uint16_t *)swap_buf = llvm::ByteSwap_16(m_data.inst16);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp80 Header->Version == llvm::ByteSwap_16(HMAP_HeaderVersion))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp105 ByteSwapped[I] = llvm::ByteSwap_16(ByteSwapped[I]);
H A DAPInt.cpp677 return APInt(BitWidth, ByteSwap_16(uint16_t(U.VAL)));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp73 return llvm::ByteSwap_16(value);
93 return llvm::ByteSwap_16(value);

Completed in 181 milliseconds