Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2408 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool() local
2425 unsigned SecIdx = CPSections.size(); in emitConstantPool()
2427 if (CPSections[--SecIdx].S == S) { in emitConstantPool()
2433 SecIdx = CPSections.size(); in emitConstantPool()
2434 CPSections.push_back(SectionCPs(S, Alignment)); in emitConstantPool()
2437 if (Alignment > CPSections[SecIdx].Alignment) in emitConstantPool()
2438 CPSections[SecIdx].Alignment = Alignment; in emitConstantPool()
2439 CPSections[SecIdx].CPEs.push_back(i); in emitConstantPool()
2445 for (unsigned i = 0, e = CPSections.size(); i != e; ++i) { in emitConstantPool()
2446 for (unsigned j = 0, ee = CPSections[i].CPEs.size(); j != ee; ++j) { in emitConstantPool()
[all …]