Lines Matching refs:MCSection
96 MCSection *Section) { in setSectionAlignmentForBundling()
101 void MCELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
278 MCSection &Section = *getAssembler().getContext().getELFSection( in emitCommonSymbol()
342 MCSection *Comment = getAssembler().getContext().getELFSection( in emitIdent()
470 MCSection *CGProfile = getAssembler().getContext().getELFSection( in finalizeCGProfile()
523 MCSection &Sec = *getCurrentSectionOnly(); in emitInstToData()
533 if (Sec.getBundleLockState() == MCSection::BundleLockedAlignToEnd) { in emitInstToData()
577 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleLock()
585 Sec.setBundleLockState(AlignToEnd ? MCSection::BundleLockedAlignToEnd in emitBundleLock()
586 : MCSection::BundleLocked); in emitBundleLock()
590 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleUnlock()
599 Sec.setBundleLockState(MCSection::NotBundleLocked); in emitBundleUnlock()
605 MCSection *DummyAttributeSection = nullptr; in finishImpl()
628 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
634 void MCELFStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()
727 MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) { in createAttributesSection()