LLVM 22.0.0git
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.

References Label, Loc, Size, and Value.

Member Data Documentation

◆ Label

MCSymbol* llvm::ConstantPoolEntry::Label

Definition at line 35 of file ConstantPools.h.

Referenced by ConstantPoolEntry().

◆ Loc

SMLoc llvm::ConstantPoolEntry::Loc

Definition at line 38 of file ConstantPools.h.

Referenced by ConstantPoolEntry().

◆ Size

unsigned llvm::ConstantPoolEntry::Size

Definition at line 37 of file ConstantPools.h.

Referenced by ConstantPoolEntry().

◆ Value

const MCExpr* llvm::ConstantPoolEntry::Value

Definition at line 36 of file ConstantPools.h.

Referenced by ConstantPoolEntry().


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