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()
139 void RISCVELFStreamer::emitDataMappingSymbol() { in emitDataMappingSymbol()
146 void RISCVELFStreamer::emitInstructionsMappingSymbol() { in emitInstructionsMappingSymbol()
153 void RISCVELFStreamer::emitMappingSymbol(StringRef Name) { in emitMappingSymbol()
160 void RISCVELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
170 void RISCVELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction()
176 void RISCVELFStreamer::emitBytes(StringRef Data) { in emitBytes()
181 void RISCVELFStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
187 void RISCVELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl()
198 RISCVELFStreamer *S = in createRISCVELFStreamer()
199 new RISCVELFStreamer(C, std::move(MAB), std::move(MOW), std::move(MCE)); in createRISCVELFStreamer()