Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp176 class RISCVELFStreamer : public MCELFStreamer { class
222 RISCVELFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> MAB, in RISCVELFStreamer() function in __anon9383c5f60111::RISCVELFStreamer
257 RISCVELFStreamer *S = in createRISCVELFStreamer()
258 new RISCVELFStreamer(C, std::move(MAB), std::move(MOW), std::move(MCE)); in createRISCVELFStreamer()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1339 SRCS_MIN+= Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp