Home
last modified time | relevance | path

Searched defs:SupportsMemoryTagging (Results 1 – 3 of 3) 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/include/lldb/Target/
H A DProcess.h2978 virtual bool SupportsMemoryTagging() { return false; } in SupportsMemoryTagging() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2623 bool ProcessGDBRemote::SupportsMemoryTagging() { in SupportsMemoryTagging() function in ProcessGDBRemote