LLVM 19.0.0git
Public Attributes | List of all members
llvm::TargetLowering::PtrAuthInfo Struct Reference

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
 

Detailed Description

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 4503 of file TargetLowering.h.

Member Data Documentation

◆ Discriminator

SDValue llvm::TargetLowering::PtrAuthInfo::Discriminator

Definition at line 4505 of file TargetLowering.h.

◆ Key

uint64_t llvm::TargetLowering::PtrAuthInfo::Key

Definition at line 4504 of file TargetLowering.h.


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