LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::FunctionLoweringInfo::StatepointRelocationRecord::payload_t Union Reference

#include "llvm/CodeGen/FunctionLoweringInfo.h"

Public Member Functions

 payload_t ()
 

Public Attributes

int FI
 
Register Reg
 

Detailed Description

Definition at line 116 of file FunctionLoweringInfo.h.

Constructor & Destructor Documentation

◆ payload_t()

llvm::FunctionLoweringInfo::StatepointRelocationRecord::payload_t::payload_t ( )
inline

Definition at line 117 of file FunctionLoweringInfo.h.

Member Data Documentation

◆ FI

int llvm::FunctionLoweringInfo::StatepointRelocationRecord::payload_t::FI

Definition at line 118 of file FunctionLoweringInfo.h.

◆ Reg

Register llvm::FunctionLoweringInfo::StatepointRelocationRecord::payload_t::Reg

Definition at line 119 of file FunctionLoweringInfo.h.


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