Searched defs:SupportsMemoryTagging (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Plugins/Process/elf-core/ | ||
H A D | ProcessElfCore.h | 112 bool SupportsMemoryTagging() override { return !m_core_tag_ranges.IsEmpty(); } SupportsMemoryTagging() function |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 2976 virtual bool SupportsMemoryTagging() { return false; } SupportsMemoryTagging() function |
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
H A D | ProcessGDBRemote.cpp | 2623 bool ProcessGDBRemote::SupportsMemoryTagging() { SupportsMemoryTagging() function in ProcessGDBRemote |