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.cpp2605 struct SectionCPs { struct
2606 MCSection *S;
2607 Align Alignment;
2608 SmallVector<unsigned, 4> CPEs;
2610 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() function