Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DEndian.h445 inline void write16(void *P, uint16_t V, endianness E) { in write16() function
455 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() function
/llvm-project/lld/ELF/
H A DTarget.h297 inline void write16(void *p, uint16_t v) { write16() function