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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp977 // SectionCPs - Keep track the alignment, constpool entries per Section.
978 struct SectionCPs { struct in namespace:__anon8642
982 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} function in struct:__anon8642::SectionCPs
998 SmallVector<SectionCPs, 4> CPSections;
1033 CPSections.push_back(SectionCPs(S, Align));

Completed in 79 milliseconds