Searched defs:SectionCPs (Results 1 – 1 of 1) sorted by relevance
1985 struct SectionCPs { struct1986 MCSection *S;1987 Align Alignment;1988 SmallVector<unsigned, 4> CPEs;1990 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() function