Searched refs:CPSection (Results 1 – 1 of 1) sorted by relevance
2920 for (const SectionCPs &CPSection : CPSections) { in emitConstantPool() local2921 for (unsigned CPI : CPSection.CPEs) { in emitConstantPool()2926 if (CurSection != CPSection.S) { in emitConstantPool()2927 OutStreamer->switchSection(CPSection.S); in emitConstantPool()2928 emitAlignment(Align(CPSection.Alignment)); in emitConstantPool()2929 CurSection = CPSection.S; in emitConstantPool()