Home
last modified time | relevance | path

Searched refs:ByteSwap_16 (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dendianness.h53 inline uint16_t ByteSwap_16(uint16_t value) { in ByteSwap_16() function
106 return ByteSwap_16(C); in getSwappedBytes()
108 inline signed short getSwappedBytes(signed short C) { return ByteSwap_16(C); } in getSwappedBytes()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSwapByteOrder.h53 inline uint16_t ByteSwap_16(uint16_t value) { in ByteSwap_16() function
107 inline unsigned short getSwappedBytes(unsigned short C) { return ByteSwap_16(C); } in getSwappedBytes()
108 inline signed short getSwappedBytes( signed short C) { return ByteSwap_16(C); } in getSwappedBytes()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/Core/
H A DOpcode.cpp106 *(uint16_t *)swap_buf = llvm::ByteSwap_16(m_data.inst16); in GetData()
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderMap.cpp80 Header->Version == llvm::ByteSwap_16(HMAP_HeaderVersion)) in checkHeader()
/llvm-project-15.0.7/llvm/lib/Support/
H A DConvertUTFWrapper.cpp105 I = llvm::ByteSwap_16(I); in convertUTF16ToUTF8String()
H A DAPInt.cpp710 return APInt(BitWidth, ByteSwap_16(uint16_t(U.VAL))); in byteSwap()
/llvm-project-15.0.7/lldb/source/Utility/
H A DDataExtractor.cpp73 return llvm::ByteSwap_16(value); in ReadSwapInt16()
93 return llvm::ByteSwap_16(value); in ReadSwapInt16()