Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.h112 bool IsPAuthEnabled() const { return m_opt_regsets.AnySet(eRegsetMaskPAuth); } in IsPAuthEnabled() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp59 if (m_register_info_up->IsPAuthEnabled()) in RegisterContextCorePOSIX_arm64()