Lines Matching refs:MCELFStreamer

42 MCELFStreamer::MCELFStreamer(MCContext &Context,  in MCELFStreamer()  function in MCELFStreamer
49 ELFObjectWriter &MCELFStreamer::getWriter() { in getWriter()
53 bool MCELFStreamer::isBundleLocked() const { in isBundleLocked()
57 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections()
67 void MCELFStreamer::emitLabel(MCSymbol *S, SMLoc Loc) { in emitLabel()
77 void MCELFStreamer::emitLabelAtPos(MCSymbol *S, SMLoc Loc, MCDataFragment &F, in emitLabelAtPos()
88 void MCELFStreamer::emitAssemblerFlag(MCAssemblerFlag Flag) { in emitAssemblerFlag()
101 void MCELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
121 void MCELFStreamer::emitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) { in emitWeakReference()
147 bool MCELFStreamer::emitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) { in emitSymbolAttribute()
267 void MCELFStreamer::emitCommonSymbol(MCSymbol *S, uint64_t Size, in emitCommonSymbol()
298 void MCELFStreamer::emitELFSize(MCSymbol *Symbol, const MCExpr *Value) { in emitELFSize()
302 void MCELFStreamer::emitELFSymverDirective(const MCSymbol *OriginalSym, in emitELFSymverDirective()
309 void MCELFStreamer::emitLocalCommonSymbol(MCSymbol *S, uint64_t Size, in emitLocalCommonSymbol()
318 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl()
326 void MCELFStreamer::emitValueToAlignment(Align Alignment, int64_t Value, in emitValueToAlignment()
335 void MCELFStreamer::emitCGProfileEntry(const MCSymbolRefExpr *From, in emitCGProfileEntry()
341 void MCELFStreamer::emitIdent(StringRef IdentString) { in emitIdent()
355 void MCELFStreamer::fixSymbolsInTLSFixups(const MCExpr *expr) { in fixSymbolsInTLSFixups()
442 void MCELFStreamer::finalizeCGProfileEntry(const MCSymbolRefExpr *&SRE, in finalizeCGProfileEntry()
466 void MCELFStreamer::finalizeCGProfile() { in finalizeCGProfile()
485 void MCELFStreamer::emitInstToFragment(const MCInst &Inst, in emitInstToFragment()
503 void MCELFStreamer::emitInstToData(const MCInst &Inst, in emitInstToData()
566 void MCELFStreamer::emitBundleAlignMode(Align Alignment) { in emitBundleAlignMode()
576 void MCELFStreamer::emitBundleLock(bool AlignToEnd) { in emitBundleLock()
589 void MCELFStreamer::emitBundleUnlock() { in emitBundleUnlock()
602 void MCELFStreamer::finishImpl() { in finishImpl()
620 void MCELFStreamer::emitThumbFunc(MCSymbol *Func) { in emitThumbFunc()
624 void MCELFStreamer::emitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in emitSymbolDesc()
628 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
634 void MCELFStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()
639 void MCELFStreamer::setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem()
656 void MCELFStreamer::setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem()
673 void MCELFStreamer::setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
692 MCELFStreamer::AttributeItem *
693 MCELFStreamer::getAttributeItem(unsigned Attribute) { in getAttributeItem()
701 MCELFStreamer::calculateContentSize(SmallVector<AttributeItem, 64> &AttrsVec) { in calculateContentSize()
725 void MCELFStreamer::createAttributesSection( in createAttributesSection()
791 MCELFStreamer *S = in createELFStreamer()
792 new MCELFStreamer(Context, std::move(MAB), std::move(OW), std::move(CE)); in createELFStreamer()