Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2257 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool() local
2274 unsigned SecIdx = CPSections.size(); in emitConstantPool()
2276 if (CPSections[--SecIdx].S == S) { in emitConstantPool()
2282 SecIdx = CPSections.size(); in emitConstantPool()
2286 if (Alignment > CPSections[SecIdx].Alignment) in emitConstantPool()
2287 CPSections[SecIdx].Alignment = Alignment; in emitConstantPool()
2288 CPSections[SecIdx].CPEs.push_back(i); in emitConstantPool()
2296 unsigned CPI = CPSections[i].CPEs[j]; in emitConstantPool()
2301 if (CurSection != CPSections[i].S) { in emitConstantPool()
2302 OutStreamer->switchSection(CPSections[i].S); in emitConstantPool()
[all …]