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()
137 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local138 if (CurSection && isBundleLocked()) in ChangeSection()143 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()625 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local626 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
46 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local47 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()48 F->setParent(CurSection); in flushPendingLabels()
1306 const MCSection *CurSection = nullptr; in EmitConstantPool() local1315 if (CurSection != CPSections[i].S) { in EmitConstantPool()1318 CurSection = CPSections[i].S; in EmitConstantPool()