Searched refs:ByteSwap_64 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp121 *(uint32_t *)swap_buf = llvm::ByteSwap_64(m_data.inst64);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h146 return GetEndianSwap() ? llvm::ByteSwap_64(m_data.inst64) : m_data.inst64;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp87 return llvm::ByteSwap_64(value);
105 return llvm::ByteSwap_64(value);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h485 inline uint64_t ByteSwap_64(uint64_t Value) { function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp686 return APInt(BitWidth, ByteSwap_64(U.VAL));
690 Result.U.pVal[I] = ByteSwap_64(U.pVal[N - I - 1]);

Completed in 194 milliseconds