Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h57 bool IsPAuth(unsigned reg) const;
H A DRegisterContextPOSIX_arm64.cpp50 bool RegisterContextPOSIX_arm64::IsPAuth(unsigned reg) const { in IsPAuth() function in RegisterContextPOSIX_arm64
/src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp310 } else if (IsPAuth(reg)) { in ReadRegister()