Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2920 for (const SectionCPs &CPSection : CPSections) { in emitConstantPool() local
2921 for (unsigned CPI : CPSection.CPEs) { in emitConstantPool()
2926 if (CurSection != CPSection.S) { in emitConstantPool()
2927 OutStreamer->switchSection(CPSection.S); in emitConstantPool()
2928 emitAlignment(Align(CPSection.Alignment)); in emitConstantPool()
2929 CurSection = CPSection.S; in emitConstantPool()