Home
last modified time | relevance | path

Searched refs:SetMemoryTagged (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp167 region->SetMemoryTagged(MemoryRegionInfo::eNo); in ParseLinuxSMapRegions()
174 region->SetMemoryTagged(MemoryRegionInfo::eYes); in ParseLinuxSMapRegions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp360 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
365 region_info.SetMemoryTagged(MemoryRegionInfo::eYes); in DoGetMemoryRegionInfo()
373 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
384 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h80 void SetMemoryTagged(OptionalBool val) { m_memory_tagged = val; } in SetMemoryTagged() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1641 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1652 region_info.SetMemoryTagged(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()