Searched defs:SectionCPs (Results 1 – 1 of 1) sorted by relevance
2605 struct SectionCPs { struct2606 MCSection *S;2607 Align Alignment;2608 SmallVector<unsigned, 4> CPEs;2610 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() function