Home
last modified time | relevance | path

Searched refs:GetGranuleSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemoryTagMap.cpp22 size_t granule_size = m_manager->GetGranuleSize(); in InsertTags()
42 size_t granule_size = m_manager->GetGranuleSize(); in GetTags()
H A DProcess.cpp6450 len / tag_manager->GetGranuleSize()); in ReadMemoryTags()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp38 lldb::addr_t MemoryTagManagerAArch64MTE::GetGranuleSize() const { in GetGranuleSize() function in MemoryTagManagerAArch64MTE
54 const size_t granule = GetGranuleSize(); in ExpandToGranule()
258 const size_t granule = GetGranuleSize(); in UnpackTagsFromCoreFileSegment()
347 size_t granules = range.GetByteSize() / GetGranuleSize(); in RepeatTagsForRange()
H A DMemoryTagManagerAArch64MTE.h25 lldb::addr_t GetGranuleSize() const override;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp122 addr_t next_addr = addr + tag_manager->GetGranuleSize(); in DoExecute()
271 aligned_start_addr + (tags.size() * tag_manager->GetGranuleSize()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryTagManager.h48 virtual lldb::addr_t GetGranuleSize() const = 0;