Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp83 static inline uint64_t ReadSwapInt64(const unsigned char *ptr, in ReadSwapInt64() function
102 static inline uint64_t ReadSwapInt64(const void *ptr) { in ReadSwapInt64() function
387 val = ReadSwapInt64(m_start, *offset_ptr); in GetU64_unchecked()
482 val = ReadSwapInt64(data); in GetU64()
506 *dst_pos = ReadSwapInt64(src_pos); in GetU64()