Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataExtractor.cpp108 static inline uint64_t ReadMaxInt64(const uint8_t *data, size_t byte_size, in ReadMaxInt64() function
542 return ReadMaxInt64(data, byte_size, m_byte_order); in GetMaxU64()
560 uint64_t res = ReadMaxInt64(&m_start[*offset_ptr], byte_size, m_byte_order); in GetMaxU64_unchecked()