Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp36 PPCELFStreamer::PPCELFStreamer(MCContext &Context, in PPCELFStreamer() function in PPCELFStreamer
43 void PPCELFStreamer::emitPrefixedInstruction(const MCInst &Inst, in emitPrefixedInstruction()
83 void PPCELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction()
118 void PPCELFStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel()
135 void PPCELFStreamer::emitGOTToPCRelReloc(const MCInst &Inst) { in emitGOTToPCRelReloc()
168 void PPCELFStreamer::emitGOTToPCRelLabel(const MCInst &Inst) { in emitGOTToPCRelLabel()
224 return new PPCELFStreamer(C, std::move(MAB), std::move(OW), in createPPCELFStreamer()
H A DPPCELFStreamer.h26 class PPCELFStreamer : public MCELFStreamer {
34 PPCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
/freebsd/lib/clang/libllvm/
H A DMakefile1615 SRCS_MIN+= Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp