Searched refs:GetMax64 (Results 1 - 3 of 3) sorted by last modified time

/external/lldb/tools/debugserver/source/
H A DDNB.cpp1486 uint64_t u64 = data.GetMax64(&data_offset, byte_size);
H A DDNBDataRef.cpp164 // GetMax64
170 DNBDataRef::GetMax64(offset_t *offset_ptr, uint32_t size) const function in class:DNBDataRef
179 assert(!"GetMax64 unhandled case!");
196 return GetMax64(offset_ptr, m_ptrSize);
H A DDNBDataRef.h98 uint64_t GetMax64(offset_t *offset_ptr, uint32_t byte_size) const;

Completed in 110 milliseconds