Home
last modified time | relevance | path

Searched refs:SupportsMemoryTagging (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h112 bool SupportsMemoryTagging() override { return !m_core_tag_ranges.IsEmpty(); } in SupportsMemoryTagging() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h250 bool SupportsMemoryTagging() override;
H A DProcessGDBRemote.cpp2623 bool ProcessGDBRemote::SupportsMemoryTagging() { in SupportsMemoryTagging() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2978 virtual bool SupportsMemoryTagging() { return false; } in SupportsMemoryTagging() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6428 if (!SupportsMemoryTagging()) { in GetMemoryTagManager()