Lines Matching refs:MCELFStreamer
447 class ARMELFStreamer : public MCELFStreamer {
455 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in ARMELFStreamer()
483 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
502 MCELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
542 MCELFStreamer::emitBytes(StringRef(Buffer, Size)); in emitInst()
550 MCELFStreamer::emitBytes(Data); in emitBytes()
574 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
578 MCELFStreamer::emitAssemblerFlag(Flag); in emitAssemblerFlag()
605 bool Val = MCELFStreamer::emitSymbolAttribute(Symbol, Attribute); in emitSymbolAttribute()
1053 auto LessTag = [](const MCELFStreamer::AttributeItem &LHS, in finishAttributeSection()
1054 const MCELFStreamer::AttributeItem &RHS) -> bool { in finishAttributeSection()
1121 MCELFStreamer::reset(); in reset()
1472 MCELFStreamer *createARMELFStreamer(MCContext &Context, in createARMELFStreamer()