Searched defs:SectionCPs (Results 1 – 1 of 1) sorted by relevance
1732 struct SectionCPs { struct1733 MCSection *S;1734 unsigned Alignment;1735 SmallVector<unsigned, 4> CPEs;1737 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() function