LLVM 22.0.0git
llvm::ConstantPool Class Reference

#include "llvm/MC/ConstantPools.h"

Public Member Functions

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

Detailed Description

Definition at line 43 of file ConstantPools.h.

Constructor & Destructor Documentation

◆ ConstantPool()

llvm::ConstantPool::ConstantPool ( )
default

References 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.


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