LLVM 23.0.0git
llvm::ConstantPool Class Reference

#include "llvm/MC/ConstantPools.h"

Public Member Functions

 ConstantPool ()=default
LLVM_ABI const MCExpraddEntry (const MCExpr *Value, MCContext &Context, unsigned Size, SMLoc Loc)
LLVM_ABI void emitEntries (MCStreamer &Streamer)
LLVM_ABI bool empty ()
LLVM_ABI void clearCache ()

Detailed Description

Definition at line 43 of file ConstantPools.h.

Constructor & Destructor Documentation

◆ ConstantPool()

llvm::ConstantPool::ConstantPool ( )
default

References LLVM_ABI, and Size.

Member Function Documentation

◆ addEntry()

const MCExpr * ConstantPool::addEntry ( const MCExpr * Value,
MCContext & Context,
unsigned Size,
SMLoc Loc )

◆ clearCache()

void ConstantPool::clearCache ( )

Definition at line 72 of file ConstantPools.cpp.

◆ emitEntries()

◆ empty()

bool ConstantPool::empty ( )

Definition at line 70 of file ConstantPools.cpp.

Referenced by emitConstantPool().


The documentation for this class was generated from the following files: