Home
last modified time | relevance | path

Searched refs:RISCVELFStreamer (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp50 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()
[all …]
H A DRISCVELFStreamer.h17 class RISCVELFStreamer : public MCELFStreamer {
30 RISCVELFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> MAB, in RISCVELFStreamer() function
59 RISCVELFStreamer &getStreamer();
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1546 SRCS_MIN+= Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp