Home
last modified time | relevance | path

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

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