LLVM 22.0.0git
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 115 of file FunctionLoweringInfo.h.

Constructor & Destructor Documentation

◆ payload_t()

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

Definition at line 116 of file FunctionLoweringInfo.h.

References FI.

Member Data Documentation

◆ FI

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

Definition at line 117 of file FunctionLoweringInfo.h.

Referenced by payload_t().

◆ Reg

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

Definition at line 118 of file FunctionLoweringInfo.h.


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