LLVM 20.0.0git
|
#include "llvm/MC/ConstantPools.h"
Public Member Functions | |
ConstantPoolEntry (MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) | |
Public Attributes | |
MCSymbol * | Label |
const MCExpr * | Value |
unsigned | Size |
SMLoc | Loc |
Definition at line 31 of file ConstantPools.h.
|
inline |
Definition at line 32 of file ConstantPools.h.
MCSymbol* llvm::ConstantPoolEntry::Label |
Definition at line 35 of file ConstantPools.h.
SMLoc llvm::ConstantPoolEntry::Loc |
Definition at line 38 of file ConstantPools.h.
unsigned llvm::ConstantPoolEntry::Size |
Definition at line 37 of file ConstantPools.h.
Definition at line 36 of file ConstantPools.h.