Lines Matching defs:MipsELFStreamer
1 //===-------- MipsELFStreamer.cpp - ELF Object Output ---------------------===//
9 #include "MipsELFStreamer.h"
25 MipsELFStreamer::MipsELFStreamer(MCContext &Context,
36 void MipsELFStreamer::emitInstruction(const MCInst &Inst,
56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) {
61 MCSymbol *MipsELFStreamer::emitCFILabel() {
67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) {
72 void MipsELFStreamer::createPendingLabelRelocs() {
88 void MipsELFStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) {
93 void MipsELFStreamer::switchSection(MCSection *Section, uint32_t Subsection) {
98 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size,
104 void MipsELFStreamer::emitIntValue(uint64_t Value, unsigned Size) {
109 void MipsELFStreamer::EmitMipsOptionRecords() {
119 return new MipsELFStreamer(Context, std::move(MAB), std::move(OW),