Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp168 region->SetMemoryTagged(MemoryRegionInfo::eYes); in ParseLinuxSMapRegions()
170 region->SetMemoryTagged(MemoryRegionInfo::eNo); in ParseLinuxSMapRegions()
/src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp347 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
352 region_info.SetMemoryTagged(MemoryRegionInfo::eYes); in DoGetMemoryRegionInfo()
360 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
371 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h78 void SetMemoryTagged(OptionalBool val) { m_memory_tagged = val; } in SetMemoryTagged() function
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1616 region_info.SetMemoryTagged(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1626 region_info.SetMemoryTagged(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()