Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DDataExtractor.cpp69 static inline uint16_t ReadSwapInt16(const unsigned char *ptr, in ReadSwapInt16() function
90 static inline uint16_t ReadSwapInt16(const void *ptr) { in ReadSwapInt16() function
353 val = ReadSwapInt16(data); in GetU16()
365 val = ReadSwapInt16(m_start, *offset_ptr); in GetU16_unchecked()
407 *dst_pos = ReadSwapInt16(src_pos); in GetU16()