Searched refs:GetMax64 (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBDataRef.h98 uint64_t GetMax64(offset_t *offset_ptr, uint32_t byte_size) const;
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 DDNB.cpp1486 uint64_t u64 = data.GetMax64(&data_offset, byte_size);

Completed in 193 milliseconds