Searched defs:SectionCPs (Results 1 – 1 of 1) sorted by relevance
967 struct SectionCPs { struct968 const MCSection *S;969 unsigned Alignment;970 SmallVector<unsigned, 4> CPEs;971 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument