|
LLVM
3.7.0
|
#include <ConstantPools.h>
Public Member Functions | |
| ConstantPool () | |
| const MCExpr * | addEntry (const MCExpr *Value, MCContext &Context, unsigned Size) |
| void | emitEntries (MCStreamer &Streamer) |
| bool | empty () |
Definition at line 38 of file ConstantPools.h.
|
inline |
Definition at line 44 of file ConstantPools.h.
Definition at line 38 of file ConstantPools.cpp.
References llvm::MCSymbolRefExpr::create(), llvm::MCContext::createTempSymbol(), and llvm::SmallVectorTemplateBase< T, isPodLike >::push_back().
Referenced by llvm::AssemblerConstantPools::addEntry().
| void ConstantPool::emitEntries | ( | MCStreamer & | Streamer | ) |
Definition at line 24 of file ConstantPools.cpp.
References llvm::SmallVectorTemplateCommon< T, typename >::begin(), llvm::SmallVectorImpl< T >::clear(), llvm::MCStreamer::EmitCodeAlignment(), llvm::MCStreamer::EmitDataRegion(), llvm::MCStreamer::EmitLabel(), llvm::MCStreamer::EmitValue(), llvm::SmallVectorBase::empty(), llvm::SmallVectorTemplateCommon< T, typename >::end(), I, llvm::MCDR_DataRegion, and llvm::MCDR_DataRegionEnd.
Referenced by emitConstantPool().
| bool ConstantPool::empty | ( | ) |
Definition at line 46 of file ConstantPools.cpp.
References llvm::SmallVectorBase::empty().
Referenced by emitConstantPool().
1.8.6