Home
last modified time | relevance | path

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

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