Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp56 static inline uint64_t ReadInt64(const unsigned char *ptr, in ReadInt64() function
385 val = ReadInt64(m_start, *offset_ptr); in GetU64_unchecked()