Searched refs:CurSection (Results 1 – 4 of 4) sorted by relevance
66 MCSection *CurSection = getCurrentSectionOnly(); in insert() local67 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()68 F->setParent(CurSection); in insert()
138 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local139 if (CurSection && isBundleLocked()) in ChangeSection()144 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()625 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local626 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
47 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local48 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()49 F->setParent(CurSection); in flushPendingLabels()
1340 const MCSection *CurSection = nullptr; in EmitConstantPool() local1349 if (CurSection != CPSections[i].S) { in EmitConstantPool()1352 CurSection = CPSections[i].S; in EmitConstantPool()