Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp77 static inline uint32_t ReadSwapInt32(const unsigned char *ptr, in ReadSwapInt32() function
97 static inline uint32_t ReadSwapInt32(const void *ptr) { in ReadSwapInt32() function
412 val = ReadSwapInt32(m_start, *offset_ptr); in GetU32_unchecked()
470 val = ReadSwapInt32(data); in GetU32()
496 *dst_pos = ReadSwapInt32(src_pos); in GetU32()