Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp167 region->SetMemoryTagged(MemoryRegionInfo::eYes); in ParseLinuxSMapRegions()
169 region->SetMemoryTagged(MemoryRegionInfo::eNo); in ParseLinuxSMapRegions()
/llvm-project-15.0.7/lldb/unittests/Process/Utility/
H A DMemoryTagManagerAArch64MTETest.cpp280 memory_regions.back().SetMemoryTagged(MemoryRegionInfo::eYes); in TEST()
300 memory_regions.back().SetMemoryTagged(MemoryRegionInfo::eYes); in TEST()
320 memory_regions.back().SetMemoryTagged(MemoryRegionInfo::eYes); in TEST()
355 memory_regions.back().SetMemoryTagged(MemoryRegionInfo::eYes); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp337 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
342 region_info.SetMemoryTagged(MemoryRegionInfo::eYes); in DoGetMemoryRegionInfo()
350 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
361 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h78 void SetMemoryTagged(OptionalBool val) { m_memory_tagged = val; } in SetMemoryTagged() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1592 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1602 region_info.SetMemoryTagged(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()