Searched defs:ByteSwap_64 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/orc/
H A Dendianness.h81 inline uint64_t ByteSwap_64(uint64_t value) { function in namespace:__orc_rt
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DSwapByteOrder.h57 inline uint64_t ByteSwap_64(uint64_t value) { return llvm::byteswap(value); } function in namespace:llvm

Completed in 114 milliseconds