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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataEncoder.cpp55 *(uint64_t *)(ptr + offset) = llvm::ByteSwap_64(value);
H A DDataExtractor.cpp93 return llvm::ByteSwap_64(*(uint64_t *)(ptr + offset));
110 return llvm::ByteSwap_64(*(uint64_t *)(ptr));
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h154 /// ByteSwap_64 - This function returns a byte-swapped representation of the
156 inline uint64_t ByteSwap_64(uint64_t Value) { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp791 return APInt(BitWidth, ByteSwap_64(VAL));
795 Result.pVal[I] = ByteSwap_64(pVal[N - I - 1]);

Completed in 137 milliseconds