Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DEndian.h401 inline void write64(void *P, uint64_t V, endianness E) { in write64() function
411 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h282 inline void write64(void *p, uint64_t v) { in write64() function