Home
last modified time | relevance | path

Searched refs:is_shadow_stack (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1694 MemoryRegionInfo::OptionalBool is_shadow_stack = range_info.IsShadowStack(); in DumpRegion() local
1695 if (is_shadow_stack == MemoryRegionInfo::OptionalBool::eYes) in DumpRegion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2800 MemoryRegionInfo::OptionalBool is_shadow_stack = in Handle_qMemoryRegionInfo() local
2804 is_shadow_stack != MemoryRegionInfo::eDontKnow) { in Handle_qMemoryRegionInfo()
2809 if (is_shadow_stack == MemoryRegionInfo::eYes) in Handle_qMemoryRegionInfo()