Lines Matching refs:Section
52 AssemblerConstantPools::getConstantPool(const MCSection *Section) { in getConstantPool() argument
53 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool()
61 AssemblerConstantPools::getOrCreateConstantPool(const MCSection *Section) { in getOrCreateConstantPool() argument
62 return ConstantPools[Section]; in getOrCreateConstantPool()
65 static void emitConstantPool(MCStreamer &Streamer, const MCSection *Section, in emitConstantPool() argument
68 Streamer.SwitchSection(Section); in emitConstantPool()
78 const MCSection *Section = CPI->first; in emitAll() local
81 emitConstantPool(Streamer, Section, CP); in emitAll()
86 const MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection() local
87 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection()
88 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
95 const MCSection *Section = Streamer.getCurrentSection().first; in addEntry() local
96 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(), in addEntry()