Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1017 struct SectionCPs { struct
1021 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() function
1037 SmallVector<SectionCPs, 4> CPSections; in EmitConstantPool()
1072 CPSections.push_back(SectionCPs(S, Align)); in EmitConstantPool()