Searched defs:SectionCPs (Results 1 – 1 of 1) sorted by relevance
1040 struct SectionCPs { struct1041 const MCSection *S;1042 unsigned Alignment;1043 SmallVector<unsigned, 4> CPEs;1044 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument