Home
last modified time | relevance | path

Searched defs:read64 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DEndian.h366 inline uint64_t read64(const void *P, endianness E) { in read64() function
376 template <endianness E> inline uint64_t read64(const void *P) { in read64() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h270 inline uint64_t read64(const void *p) { in read64() function