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

/freebsd-12-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-12-stable/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp106 *(uint16_t *)swap_buf = llvm::ByteSwap_16(m_data.inst16);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp80 Header->Version == llvm::ByteSwap_16(HMAP_HeaderVersion))
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp73 return llvm::ByteSwap_16(value);
93 return llvm::ByteSwap_16(value);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h475 inline uint16_t ByteSwap_16(uint16_t Value) { function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp675 return APInt(BitWidth, ByteSwap_16(uint16_t(U.VAL)));
682 Tmp2 = ByteSwap_16(Tmp2);

Completed in 149 milliseconds