Home
last modified time | relevance | path

Searched defs:ByteSwap_64 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dendianness.h81 inline uint64_t ByteSwap_64(uint64_t value) { in ByteSwap_64() function
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DSwapByteOrder.h57 inline uint64_t ByteSwap_64(uint64_t value) { return llvm::byteswap(value); } in ByteSwap_64() function
/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dendian_test.cpp25 TEST(Endian, ByteSwap_64) { in TEST() argument