Lines Matching refs:MCSection
141 MCSection *Section) { in setSectionAlignmentForBundling()
147 void MCELFStreamer::changeSection(MCSection *Section, in changeSection()
149 MCSection *CurSection = getCurrentSectionOnly(); in changeSection()
318 MCSection &Section = *getAssembler().getContext().getELFSection( in emitCommonSymbol()
383 MCSection *Comment = getAssembler().getContext().getELFSection( in emitIdent()
512 MCSection *CGProfile = getAssembler().getContext().getELFSection( in finalizeCGProfile()
574 MCSection &Sec = *getCurrentSectionOnly(); in emitInstToData()
605 if (Sec.getBundleLockState() == MCSection::BundleLockedAlignToEnd) { in emitInstToData()
648 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleLock()
662 Sec.setBundleLockState(AlignToEnd ? MCSection::BundleLockedAlignToEnd in emitBundleLock()
663 : MCSection::BundleLocked); in emitBundleLock()
667 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleUnlock()
684 Sec.setBundleLockState(MCSection::NotBundleLocked); in emitBundleUnlock()
693 if (Sec.getBundleLockState() != MCSection::BundleLockedAlignToEnd) in emitBundleUnlock()
696 Sec.setBundleLockState(MCSection::NotBundleLocked); in emitBundleUnlock()
702 MCSection *DummyAttributeSection = nullptr; in finishImpl()
708 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl()
725 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
731 void MCELFStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()
825 MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) { in createAttributesSection()