LLVM 23.0.0git
llvm::SystemZTargetGOFFStreamer Class Reference

#include "Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h"

Inheritance diagram for llvm::SystemZTargetGOFFStreamer:
[legend]

Public Member Functions

 SystemZTargetGOFFStreamer (MCStreamer &S)
const MCExprcreateWordDiffExpr (MCContext &Ctx, const MCSymbol *Hi, const MCSymbol *Lo) override
Public Member Functions inherited from llvm::SystemZTargetzOSStreamer
 SystemZTargetzOSStreamer (MCStreamer &S)
void emitConstantPools () override
void emitExternalName (MCSymbol *Sym, StringRef Name)
void emitExternalName (MCSection *Sec, StringRef Name)
void emitADA (MCSymbol *Sym, MCSection *Section)
void emitPPA1 (PPA1Info &Info)
Public Member Functions inherited from llvm::SystemZTargetStreamer
 SystemZTargetStreamer (MCStreamer &S)
virtual void emitMachine (StringRef CPUOrCommand)
Public Member Functions inherited from llvm::MCTargetStreamer
 MCTargetStreamer (MCStreamer &S)
virtual ~MCTargetStreamer ()
MCStreamergetStreamer ()
MCContextgetContext ()
virtual void emitLabel (MCSymbol *Symbol)
virtual void emitAssignment (MCSymbol *Symbol, const MCExpr *Value)
virtual void prettyPrintAsm (MCInstPrinter &InstPrinter, uint64_t Address, const MCInst &Inst, const MCSubtargetInfo &STI, raw_ostream &OS)
virtual void emitDwarfFileDirective (StringRef Directive)
virtual void changeSection (const MCSection *CurSection, MCSection *Section, uint32_t SubSection, raw_ostream &OS)
 Update streamer for a new active section.
virtual void emitValue (const MCExpr *Value)
virtual void emitRawBytes (StringRef Data)
 Emit the bytes in Data into the output.
virtual void finish ()

Additional Inherited Members

Public Types inherited from llvm::SystemZTargetStreamer
typedef std::pair< MCInst, const MCSubtargetInfo * > MCInstSTIPair
typedef std::map< MCInstSTIPair, MCSymbol *, CmpMCInstEXRLT2SymMap
Public Attributes inherited from llvm::SystemZTargetzOSStreamer
SmallVector< PPA1Info, 0 > DeferredPPA1
MCSymbolPPA2Sym = nullptr
Public Attributes inherited from llvm::SystemZTargetStreamer
EXRLT2SymMap EXRLTargets2Sym
Protected Attributes inherited from llvm::MCTargetStreamer
MCStreamerStreamer

Detailed Description

Definition at line 117 of file SystemZTargetStreamer.h.

Constructor & Destructor Documentation

◆ SystemZTargetGOFFStreamer()

llvm::SystemZTargetGOFFStreamer::SystemZTargetGOFFStreamer ( MCStreamer & S)
inline

Member Function Documentation

◆ createWordDiffExpr()


The documentation for this class was generated from the following files: