Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp40 PPCELFStreamer::PPCELFStreamer(MCContext &Context, in PPCELFStreamer() function in PPCELFStreamer
48 void PPCELFStreamer::emitPrefixedInstruction(const MCInst &Inst, in emitPrefixedInstruction()
88 void PPCELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction()
122 void PPCELFStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel()
139 void PPCELFStreamer::emitGOTToPCRelReloc(const MCInst &Inst) { in emitGOTToPCRelReloc()
174 void PPCELFStreamer::emitGOTToPCRelLabel(const MCInst &Inst) { in emitGOTToPCRelLabel()
228 return new PPCELFStreamer(Context, std::move(MAB), std::move(OW), in createPPCELFStreamer()
H A DPPCELFStreamer.h28 class PPCELFStreamer : public MCELFStreamer {
36 PPCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1287 SRCS_MIN+= Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp