struct ConstantPoolEntry

Declaration

struct ConstantPoolEntry { /* full declaration omitted */ };

Declared at: llvm/include/llvm/MC/ConstantPools.h:32

Member Variables

public llvm::MCSymbol* Label
public const llvm::MCExpr* Value
public unsigned int Size
public llvm::SMLoc Loc

Method Overview

  • public ConstantPoolEntry(llvm::MCSymbol * L, const llvm::MCExpr * Val, unsigned int Sz, llvm::SMLoc Loc_)

Methods

ΒΆConstantPoolEntry(llvm::MCSymbol* L,
                  const llvm::MCExpr* Val,
                  unsigned int Sz,
                  llvm::SMLoc Loc_)

Declared at: llvm/include/llvm/MC/ConstantPools.h:33

Parameters

llvm::MCSymbol* L
const llvm::MCExpr* Val
unsigned int Sz
llvm::SMLoc Loc_