Searched refs:SectionCPs (Results 1 – 1 of 1) sorted by relevance
2236 struct SectionCPs { struct2241 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() function2257 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool()2283 CPSections.push_back(SectionCPs(S, Alignment)); in emitConstantPool()