|
LLVM 22.0.0git
|
This structure contains the information necessary for lowering pointer-authenticating indirect calls. More...
#include "llvm/CodeGen/TargetLowering.h"
Public Attributes | |
| uint64_t | Key |
| SDValue | Discriminator |
This structure contains the information necessary for lowering pointer-authenticating indirect calls.
It is equivalent to the "ptrauth" operand bundle found on the call instruction, if any.
Definition at line 4718 of file TargetLowering.h.
| SDValue llvm::TargetLowering::PtrAuthInfo::Discriminator |
Definition at line 4720 of file TargetLowering.h.
| uint64_t llvm::TargetLowering::PtrAuthInfo::Key |
Definition at line 4719 of file TargetLowering.h.