LLVM  8.0.1
Public Member Functions | List of all members
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 45 of file ConstantPools.h.

Constructor & Destructor Documentation

◆ ConstantPool()

llvm::ConstantPool::ConstantPool ( )
default

Member Function Documentation

◆ addEntry()

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

◆ clearCache()

void ConstantPool::clearCache ( )

Definition at line 60 of file ConstantPools.cpp.

References llvm::HexagonISD::CP, and llvm::ARMBuildAttrs::Section.

◆ emitEntries()

void ConstantPool::emitEntries ( MCStreamer Streamer)

◆ empty()

bool ConstantPool::empty ( )

Definition at line 58 of file ConstantPools.cpp.

References llvm::SmallVectorBase::empty().

Referenced by emitConstantPool().


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