Searched defs:SectionCPs (Results 1 – 3 of 3) sorted by relevance
939 struct SectionCPs { struct940 const MCSection *S;941 unsigned Alignment;942 SmallVector<unsigned, 4> CPEs;943 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument
1285 struct SectionCPs { struct1286 MCSection *S;1287 unsigned Alignment;1288 SmallVector<unsigned, 4> CPEs;1289 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() function
1588 struct SectionCPs { struct1589 MCSection *S;1590 unsigned Alignment;1591 SmallVector<unsigned, 4> CPEs;1593 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument