Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2883 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool() local
2900 unsigned SecIdx = CPSections.size(); in emitConstantPool()
2902 if (CPSections[--SecIdx].S == S) { in emitConstantPool()
2908 SecIdx = CPSections.size(); in emitConstantPool()
2909 CPSections.push_back(SectionCPs(S, Alignment)); in emitConstantPool()
2912 if (Alignment > CPSections[SecIdx].Alignment) in emitConstantPool()
2913 CPSections[SecIdx].Alignment = Alignment; in emitConstantPool()
2914 CPSections[SecIdx].CPEs.push_back(i); in emitConstantPool()
2920 for (const SectionCPs &CPSection : CPSections) { in emitConstantPool()