LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::ConstantPoolEntry Struct Reference

#include "llvm/MC/ConstantPools.h"

Public Member Functions

 ConstantPoolEntry (MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_)
 

Public Attributes

MCSymbolLabel
 
const MCExprValue
 
unsigned Size
 
SMLoc Loc
 

Detailed Description

Definition at line 31 of file ConstantPools.h.

Constructor & Destructor Documentation

◆ ConstantPoolEntry()

llvm::ConstantPoolEntry::ConstantPoolEntry ( MCSymbol L,
const MCExpr Val,
unsigned  Sz,
SMLoc  Loc_ 
)
inline

Definition at line 32 of file ConstantPools.h.

Member Data Documentation

◆ Label

MCSymbol* llvm::ConstantPoolEntry::Label

Definition at line 35 of file ConstantPools.h.

◆ Loc

SMLoc llvm::ConstantPoolEntry::Loc

Definition at line 38 of file ConstantPools.h.

◆ Size

unsigned llvm::ConstantPoolEntry::Size

Definition at line 37 of file ConstantPools.h.

◆ Value

const MCExpr* llvm::ConstantPoolEntry::Value

Definition at line 36 of file ConstantPools.h.


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