Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DDataExtractor.h671 GetMaxU64_unchecked (lldb::offset_t *offset_ptr, size_t byte_size) const;
/external/lldb/source/Core/
DDataExtractor.cpp663 DataExtractor::GetMaxU64_unchecked (offset_t *offset_ptr, size_t size) const in GetMaxU64_unchecked() function in DataExtractor
819 return GetMaxU64_unchecked (offset_ptr, m_addr_size); in GetAddress_unchecked()