Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h267 memory_tagging = (1u << 6), enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp302 supported |= Extension::memory_tagging; in GetSupportedExtensions()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4207 if (bool(plugin_features & Extension::memory_tagging)) in HandleFeatures()