Searched refs:SectionCPs (Results 1 – 1 of 1) sorted by relevance
2855 struct SectionCPs { struct2860 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() function2883 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool()2909 CPSections.push_back(SectionCPs(S, Alignment)); in emitConstantPool()2920 for (const SectionCPs &CPSection : CPSections) { in emitConstantPool()