Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2618 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool() local
2635 unsigned SecIdx = CPSections.size(); in emitConstantPool()
2637 if (CPSections[--SecIdx].S == S) { in emitConstantPool()
2643 SecIdx = CPSections.size(); in emitConstantPool()
2647 if (Alignment > CPSections[SecIdx].Alignment) in emitConstantPool()
2648 CPSections[SecIdx].Alignment = Alignment; in emitConstantPool()
2649 CPSections[SecIdx].CPEs.push_back(i); in emitConstantPool()
2657 unsigned CPI = CPSections[i].CPEs[j]; in emitConstantPool()
2662 if (CurSection != CPSections[i].S) { in emitConstantPool()
2663 OutStreamer->switchSection(CPSections[i].S); in emitConstantPool()
[all …]