LLVM 20.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 4511 of file TargetLowering.h.
SDValue llvm::TargetLowering::PtrAuthInfo::Discriminator |
Definition at line 4513 of file TargetLowering.h.
uint64_t llvm::TargetLowering::PtrAuthInfo::Key |
Definition at line 4512 of file TargetLowering.h.