Searched defs:SectionCPs (Results 1 – 2 of 2) 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() function
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() argument