Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DEndian.h395 inline void write16(void *P, uint16_t V, endianness E) { in write16() function
405 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h274 inline void write16(void *p, uint16_t v) { in write16() function