Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h60 bool IsMTE(unsigned reg) const;
H A DRegisterContextPOSIX_arm64.cpp58 bool RegisterContextPOSIX_arm64::IsMTE(unsigned reg) const { in IsMTE() function in RegisterContextPOSIX_arm64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp345 } else if (IsMTE(reg)) { in ReadRegister()