Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
386 val = ReadSwapInt64(m_start, *offset_ptr); in GetU64_unchecked()
481 val = ReadSwapInt64(data); in GetU64()
505 *dst_pos = ReadSwapInt64(src_pos); in GetU64()