Home | History | Annotate | Download | only in MC

Lines Matching refs:ConstantPool

1 //===- ConstantPools.cpp - ConstantPool class --*- C++ -*---------===//
10 // This file implements the ConstantPool and AssemblerConstantPools classes.
21 // ConstantPool implementation
24 void ConstantPool::emitEntries(MCStreamer &Streamer) {
38 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context) {
45 bool ConstantPool::empty() { return Entries.empty(); }
50 ConstantPool *
59 ConstantPool &
65 ConstantPool &CP) {
78 ConstantPool &CP = CPI->second;
86 if (ConstantPool *CP = getConstantPool(Section)) {