Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCObjectStreamer.h67 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
68 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
69 F->setParent(CurSection); in insert()
/NextBSD/contrib/llvm/lib/MC/
HDMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local
149 if (CurSection && isBundleLocked()) in ChangeSection()
154 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()
653 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local
654 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
HDMCObjectStreamer.cpp45 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
46 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
47 F->setParent(CurSection); in flushPendingLabels()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1239 const MCSection *CurSection = nullptr; in EmitConstantPool() local
1248 if (CurSection != CPSections[i].S) { in EmitConstantPool()
1251 CurSection = CPSections[i].S; in EmitConstantPool()