Searched defs:SectionCPs (Results 1 – 1 of 1) sorted by relevance
1186 struct SectionCPs { struct1187 const MCSection *S;1188 unsigned Alignment;1189 SmallVector<unsigned, 4> CPEs;1190 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument