Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp84 static inline uint64_t ReadSwapInt64(const unsigned char *ptr, in ReadSwapInt64() function
103 static inline uint64_t ReadSwapInt64(const void *ptr) { in ReadSwapInt64() function
422 val = ReadSwapInt64(m_start, *offset_ptr); in GetU64_unchecked()
521 val = ReadSwapInt64(data); in GetU64()
546 *dst_pos = ReadSwapInt64(src_pos); in GetU64()