Home
last modified time | relevance | path

Searched refs:ReadInt16 (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp43 static inline uint16_t ReadInt16(const unsigned char *ptr, offset_t offset) { in ReadInt16() function
63 static inline uint16_t ReadInt16(const void *ptr) { in ReadInt16() function
357 val = ReadInt16(data); in GetU16()
365 val = ReadInt16(m_start, *offset_ptr); in GetU16_unchecked()