Home
last modified time | relevance | path

Searched defs:SupportsMemoryTagging (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2917 virtual bool SupportsMemoryTagging() { return false; } SupportsMemoryTagging() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2602 bool ProcessGDBRemote::SupportsMemoryTagging() { SupportsMemoryTagging() function in ProcessGDBRemote