Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
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
356 val = ReadSwapInt16(data); in GetU16()
368 val = ReadSwapInt16(m_start, *offset_ptr); in GetU16_unchecked()
410 *dst_pos = ReadSwapInt16(src_pos); in GetU16()