Lines Matching refs:Section
79 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() argument
80 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool()
88 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool() argument
89 return ConstantPools[Section]; in getOrCreateConstantPool()
92 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool() argument
95 Streamer.switchSection(Section); in emitConstantPool()
103 MCSection *Section = CPI.first; in emitAll() local
106 emitConstantPool(Streamer, Section, CP); in emitAll()
111 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() local
112 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection()
113 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
117 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() local
118 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection()
125 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry() local
126 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(), in addEntry()