Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h57 bool IsPAuth(unsigned reg) const;
H A DRegisterContextPOSIX_arm64.cpp46 bool RegisterContextPOSIX_arm64::IsPAuth(unsigned reg) const { in IsPAuth() function in RegisterContextPOSIX_arm64
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.h129 bool IsPAuth(unsigned reg) const;
H A DNativeRegisterContextLinux_arm64.cpp261 } else if (IsPAuth(reg)) { in ReadRegister()
629 bool NativeRegisterContextLinux_arm64::IsPAuth(unsigned reg) const { in IsPAuth() function in NativeRegisterContextLinux_arm64
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp221 } else if (IsPAuth(reg)) { in ReadRegister()