Searched refs:CurSection (Results 1 – 4 of 4) sorted by relevance
67 MCSection *CurSection = getCurrentSectionOnly(); in insert() local68 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()69 F->setParent(CurSection); in insert()
148 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local149 if (CurSection && isBundleLocked()) in ChangeSection()154 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()653 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local654 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
45 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local46 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()47 F->setParent(CurSection); in flushPendingLabels()
1239 const MCSection *CurSection = nullptr; in EmitConstantPool() local1248 if (CurSection != CPSections[i].S) { in EmitConstantPool()1251 CurSection = CPSections[i].S; in EmitConstantPool()