Check whether authentication with Key and Discriminator is compatible.
Declared in <llvm/IR/Constants.h>
bool
isKnownCompatibleWith(
Value const* Key,
Value const* Discriminator,
DataLayout const& DL) const;
Returns true when an authentication operation with key Key and (possibly blended) discriminator Discriminator is known to be compatible with this ptrauth signed pointer.
True if this pointer-auth constant is known compatible with the given key and discriminator.
| Name | Description |
|---|---|
| Key | The authentication key. |
| Discriminator | The (possibly blended) discriminator. |
| DL | The data layout used for compatibility analysis. |