Home
last modified time | relevance | path

Searched refs:IsZTPresent (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.h127 bool IsZTPresent() const { return m_opt_regsets.AnySet(eRegsetMaskZT); } in IsZTPresent() function
/src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp128 if (m_register_info_up->IsZTPresent()) in RegisterContextCorePOSIX_arm64()