Lines Matching refs:MipsELFStreamer
25 MipsELFStreamer::MipsELFStreamer(MCContext &Context, in MipsELFStreamer() function in MipsELFStreamer
36 void MipsELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction()
56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
61 MCSymbol *MipsELFStreamer::emitCFILabel() { in emitCFILabel()
67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
72 void MipsELFStreamer::createPendingLabelRelocs() { in createPendingLabelRelocs()
88 void MipsELFStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel()
93 void MipsELFStreamer::switchSection(MCSection *Section, uint32_t Subsection) { in switchSection()
98 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl()
104 void MipsELFStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue()
109 void MipsELFStreamer::EmitMipsOptionRecords() { in EmitMipsOptionRecords()
119 return new MipsELFStreamer(Context, std::move(MAB), std::move(OW), in createMipsELFStreamer()