Home
last modified time | relevance | path

Searched defs:SectionCPs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2855 struct SectionCPs { struct
2856 MCSection *S;
2857 Align Alignment;
2858 SmallVector<unsigned, 4> CPEs;
2860 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() argument