Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBDataRef.cpp170 DNBDataRef::GetMax64(offset_t *offset_ptr, uint32_t size) const in GetMax64() function in DNBDataRef
196 return GetMax64(offset_ptr, m_ptrSize); in GetPointer()
DDNBDataRef.h98 uint64_t GetMax64(offset_t *offset_ptr, uint32_t byte_size) const;
DDNB.cpp1486 uint64_t u64 = data.GetMax64(&data_offset, byte_size); in DNBPrintf()