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) {
37 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context,
45 bool ConstantPool::empty() { return Entries.empty(); }
50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) {
58 ConstantPool &
64 ConstantPool &CP) {
75 ConstantPool &CP = CPI.second;
83 if (ConstantPool *CP = getConstantPool(Section)) {