Searched refs:SectionCPs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1807 struct SectionCPs { struct in namespace:__anon3424
1812 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} function in struct:__anon3424::SectionCPs
1828 SmallVector<SectionCPs, 4> CPSections;
1854 CPSections.push_back(SectionCPs(S, Alignment));

Completed in 63 milliseconds