Lines Matching refs:RISCVELFStreamer
50 RISCVELFStreamer &RISCVTargetELFStreamer::getStreamer() { in getStreamer()
51 return static_cast<RISCVELFStreamer &>(Streamer); in getStreamer()
80 RISCVELFStreamer &S = getStreamer(); in finishAttributeSection()
132 void RISCVELFStreamer::reset() { in reset()
140 void RISCVELFStreamer::emitDataMappingSymbol() { in emitDataMappingSymbol()
147 void RISCVELFStreamer::emitInstructionsMappingSymbol() { in emitInstructionsMappingSymbol()
154 void RISCVELFStreamer::emitMappingSymbol(StringRef Name) { in emitMappingSymbol()
162 void RISCVELFStreamer::changeSection(MCSection *Section, in changeSection()
173 void RISCVELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction()
179 void RISCVELFStreamer::emitBytes(StringRef Data) { in emitBytes()
184 void RISCVELFStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
190 void RISCVELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl()
202 RISCVELFStreamer *S = in createRISCVELFStreamer()
203 new RISCVELFStreamer(C, std::move(MAB), std::move(MOW), std::move(MCE)); in createRISCVELFStreamer()