LLVM  4.0.0
Public Member Functions | List of all members
llvm::ConstantPool Class Reference

#include <ConstantPools.h>

Public Member Functions

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

Detailed Description

Definition at line 41 of file ConstantPools.h.

Constructor & Destructor Documentation

llvm::ConstantPool::ConstantPool ( )
inline

Definition at line 48 of file ConstantPools.h.

Member Function Documentation

const MCExpr * ConstantPool::addEntry ( const MCExpr Value,
MCContext Context,
unsigned  Size,
SMLoc  Loc 
)
void ConstantPool::emitEntries ( MCStreamer Streamer)
bool ConstantPool::empty ( )

Definition at line 55 of file ConstantPools.cpp.

References llvm::SmallVectorBase::empty().

Referenced by emitConstantPool().


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