Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp168 region->SetIsShadowStack(MemoryRegionInfo::eNo); in ParseLinuxSMapRegions()
176 region->SetIsShadowStack(MemoryRegionInfo::eYes); in ParseLinuxSMapRegions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h82 void SetIsShadowStack(OptionalBool val) { m_is_shadow_stack = val; } in SetIsShadowStack() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1642 region_info.SetIsShadowStack(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1654 region_info.SetIsShadowStack(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()