Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterContextPOSIX_arm64.h57 bool IsPAuth(unsigned reg) const;
DRegisterContextPOSIX_arm64.cpp46 bool RegisterContextPOSIX_arm64::IsPAuth(unsigned reg) const { in IsPAuth() function in RegisterContextPOSIX_arm64
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm64.h129 bool IsPAuth(unsigned reg) const;
DNativeRegisterContextLinux_arm64.cpp268 } else if (IsPAuth(reg)) { in ReadRegister()
636 bool NativeRegisterContextLinux_arm64::IsPAuth(unsigned reg) const { in IsPAuth() function in NativeRegisterContextLinux_arm64
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_arm64.cpp221 } else if (IsPAuth(reg)) { in ReadRegister()