LLVM 22.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.
MCSymbol* llvm::ConstantPoolEntry::Label |
Definition at line 35 of file ConstantPools.h.
Referenced by ConstantPoolEntry().
SMLoc llvm::ConstantPoolEntry::Loc |
Definition at line 38 of file ConstantPools.h.
Referenced by ConstantPoolEntry().
unsigned llvm::ConstantPoolEntry::Size |
Definition at line 37 of file ConstantPools.h.
Referenced by ConstantPoolEntry().
Definition at line 36 of file ConstantPools.h.
Referenced by ConstantPoolEntry().