Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DDataExtractor.h611 uint64_t GetU64_unchecked(lldb::offset_t *offset_ptr) const;
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp383 uint64_t DataExtractor::GetU64_unchecked(offset_t *offset_ptr) const { in GetU64_unchecked() function in DataExtractor
561 return GetU64_unchecked(offset_ptr); in GetMaxU64_unchecked()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp5463 uint64_t fileoff = m_data.GetU64_unchecked(&offset); in GetIdentifierString()
5464 uint64_t size = m_data.GetU64_unchecked(&offset); in GetIdentifierString()
5532 uint64_t fileoff = m_data.GetU64_unchecked(&offset); in GetCorefileMainBinaryInfo()
5533 uint64_t size = m_data.GetU64_unchecked(&offset); in GetCorefileMainBinaryInfo()