Searched defs:SectionCPs (Results 1 – 1 of 1) sorted by relevance
2855 struct SectionCPs { struct2856 MCSection *S;2857 Align Alignment;2858 SmallVector<unsigned, 4> CPEs;2860 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() argument