Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
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
388 val = ReadSwapInt64(m_start, *offset_ptr); in GetU64_unchecked()
483 val = ReadSwapInt64(data); in GetU64()
507 *dst_pos = ReadSwapInt64(src_pos); in GetU64()