Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h451 inline void write64(void *P, uint64_t V, endianness E) { in write64() function
461 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h299 inline void write64(void *p, uint64_t v) { write64() function