Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp159 region->SetMemoryTagged(MemoryRegionInfo::eYes); in ParseLinuxSMapRegions()
161 region->SetMemoryTagged(MemoryRegionInfo::eNo); in ParseLinuxSMapRegions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h72 void SetMemoryTagged(OptionalBool val) { m_memory_tagged = val; } in SetMemoryTagged() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1560 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1570 region_info.SetMemoryTagged(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()