LLDB mainline
Public Attributes | List of all members
PtrauthInstructionInfo Struct Reference

Information about a pointer-authentication related instruction. More...

Public Attributes

bool IsAuthenticated
 
bool IsLoad
 
bool DoesBranch
 

Detailed Description

Information about a pointer-authentication related instruction.

Definition at line 38 of file StopInfoMachException.cpp.

Member Data Documentation

◆ DoesBranch

bool PtrauthInstructionInfo::DoesBranch

Definition at line 41 of file StopInfoMachException.cpp.

◆ IsAuthenticated

bool PtrauthInstructionInfo::IsAuthenticated

Definition at line 39 of file StopInfoMachException.cpp.

Referenced by GetPtrauthInstructionInfo().

◆ IsLoad

bool PtrauthInstructionInfo::IsLoad

Definition at line 40 of file StopInfoMachException.cpp.


The documentation for this struct was generated from the following file: