Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DEndian.h402 [[nodiscard]] inline uint16_t read16(const void *P, endianness E) { in read16() function
412 template <endianness E> [[nodiscard]] inline uint16_t read16(const void *P) { in read16() function
/llvm-project/lld/ELF/
H A DTarget.h285 inline uint16_t read16(const void *p) { read16() function