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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1732 struct SectionCPs { struct in namespace:__anon1678
1737 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} function in struct:__anon1678::SectionCPs
1753 SmallVector<SectionCPs, 4> CPSections;
1779 CPSections.push_back(SectionCPs(S, Align));

Completed in 54 milliseconds