Pointer authentication (__ptrauth) metadata.
Declared in <llvm/IR/DebugInfoMetadata.h>
struct PtrAuthData;
| Name | Description |
|---|---|
PtrAuthData [constructor] | Constructors |
authenticatesNullValues | Return true if null values are authenticated. |
extraDiscriminator | Return the extra discriminator value. |
isAddressDiscriminated | Return true if this is address discriminated. |
isaPointer | Return true if the signed value is a pointer. |
key | Return the pointer-authentication key. |
| Name | Description |
|---|---|
RawData | Packed pointer-authentication data word. |
| Name | Description |
|---|---|
::llvm::operator!= | Return true if the two values compare unequal. |
::llvm::operator== | Return true if the two values compare equal. |