Home | History | Annotate | Download | only in MC

Lines Matching refs:Section

50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) {
51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
59 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) {
60 return ConstantPools[Section];
63 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section,
66 Streamer.SwitchSection(Section);
74 MCSection *Section = CPI.first;
77 emitConstantPool(Streamer, Section, CP);
82 MCSection *Section = Streamer.getCurrentSection().first;
83 if (ConstantPool *CP = getConstantPool(Section)) {
84 emitConstantPool(Streamer, Section, *CP);
91 MCSection *Section = Streamer.getCurrentSection().first;
92 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(),