Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:MCELFStreamer

28 #include "llvm/MC/MCELFStreamer.h"
441 class ARMELFStreamer : public MCELFStreamer {
447 : MCELFStreamer(Context, TAB, OS, Emitter), IsThumb(IsThumb),
477 MCELFStreamer::ChangeSection(Section, Subsection);
490 MCELFStreamer::EmitInstruction(Inst, STI);
528 MCELFStreamer::EmitBytes(StringRef(Buffer, Size));
536 MCELFStreamer::EmitBytes(Data);
545 MCELFStreamer::EmitValueImpl(Value, Size);
549 MCELFStreamer::EmitAssemblerFlag(Flag);
1027 MCELFStreamer::FinishImpl();
1342 MCELFStreamer* createARMELFStreamer(MCContext &Context, MCAsmBackend &TAB,