Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2597 struct SectionCPs { struct
2602 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() argument
2618 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool()
2644 CPSections.push_back(SectionCPs(S, Alignment)); in emitConstantPool()