Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2006 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool() local
2023 unsigned SecIdx = CPSections.size(); in emitConstantPool()
2025 if (CPSections[--SecIdx].S == S) { in emitConstantPool()
2031 SecIdx = CPSections.size(); in emitConstantPool()
2032 CPSections.push_back(SectionCPs(S, Alignment)); in emitConstantPool()
2035 if (Alignment > CPSections[SecIdx].Alignment) in emitConstantPool()
2036 CPSections[SecIdx].Alignment = Alignment; in emitConstantPool()
2037 CPSections[SecIdx].CPEs.push_back(i); in emitConstantPool()
2043 for (unsigned i = 0, e = CPSections.size(); i != e; ++i) { in emitConstantPool()
2044 for (unsigned j = 0, ee = CPSections[i].CPEs.size(); j != ee; ++j) { in emitConstantPool()
[all …]