Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp76 static inline uint32_t ReadSwapInt32(const unsigned char *ptr, in ReadSwapInt32() function
96 static inline uint32_t ReadSwapInt32(const void *ptr) { in ReadSwapInt32() function
378 val = ReadSwapInt32(m_start, *offset_ptr); in GetU32_unchecked()
434 val = ReadSwapInt32(data); in GetU32()
459 *dst_pos = ReadSwapInt32(src_pos); in GetU32()