Searched refs:PPCELFStreamer (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFStreamer.cpp | 40 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()
|
D | PPCELFStreamer.h | 28 class PPCELFStreamer : public MCELFStreamer { 36 PPCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
|
D | CMakeLists.txt | 11 PPCELFStreamer.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | BUILD.gn | 55 "PPCELFStreamer.cpp",
|