Lines Matching defs:Section
80 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) {
81 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
89 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) {
90 return ConstantPools[Section];
93 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section,
96 Streamer.switchSection(Section);
104 MCSection *Section = CPI.first;
107 emitConstantPool(Streamer, Section, CP);
112 MCSection *Section = Streamer.getCurrentSectionOnly();
113 if (ConstantPool *CP = getConstantPool(Section))
114 emitConstantPool(Streamer, Section, *CP);
118 MCSection *Section = Streamer.getCurrentSectionOnly();
119 if (ConstantPool *CP = getConstantPool(Section))
126 MCSection *Section = Streamer.getCurrentSectionOnly();
127 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(),