LLVM 23.0.0git
llvm::SystemZTargetzOSStreamer Class Referenceabstract

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

Inheritance diagram for llvm::SystemZTargetzOSStreamer:
[legend]

Classes

struct  PPA1Info
 Information about a single function needed to emit a PPA1 block. More...

Public Member Functions

 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)
virtual const MCExprcreateWordDiffExpr (MCContext &Ctx, const MCSymbol *Hi, const MCSymbol *Lo)=0
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 ()

Public Attributes

SmallVector< PPA1Info, 0 > DeferredPPA1
MCSymbolPPA2Sym = nullptr
Public Attributes inherited from llvm::SystemZTargetStreamer
EXRLT2SymMap EXRLTargets2Sym

Additional Inherited Members

Public Types inherited from llvm::SystemZTargetStreamer
typedef std::pair< MCInst, const MCSubtargetInfo * > MCInstSTIPair
typedef std::map< MCInstSTIPair, MCSymbol *, CmpMCInstEXRLT2SymMap
Protected Attributes inherited from llvm::MCTargetStreamer
MCStreamerStreamer

Detailed Description

Definition at line 65 of file SystemZTargetStreamer.h.

Constructor & Destructor Documentation

◆ SystemZTargetzOSStreamer()

Member Function Documentation

◆ createWordDiffExpr()

virtual const MCExpr * llvm::SystemZTargetzOSStreamer::createWordDiffExpr ( MCContext & Ctx,
const MCSymbol * Hi,
const MCSymbol * Lo )
pure virtual

◆ emitADA()

void llvm::SystemZTargetzOSStreamer::emitADA ( MCSymbol * Sym,
MCSection * Section )
inline

Definition at line 107 of file SystemZTargetStreamer.h.

◆ emitConstantPools()

◆ emitExternalName() [1/2]

void llvm::SystemZTargetzOSStreamer::emitExternalName ( MCSection * Sec,
StringRef Name )
inline

Definition at line 104 of file SystemZTargetStreamer.h.

◆ emitExternalName() [2/2]

void llvm::SystemZTargetzOSStreamer::emitExternalName ( MCSymbol * Sym,
StringRef Name )
inline

Definition at line 101 of file SystemZTargetStreamer.h.

◆ emitPPA1()

Member Data Documentation

◆ DeferredPPA1

SmallVector<PPA1Info, 0> llvm::SystemZTargetzOSStreamer::DeferredPPA1

Definition at line 93 of file SystemZTargetStreamer.h.

Referenced by emitConstantPools().

◆ PPA2Sym

MCSymbol* llvm::SystemZTargetzOSStreamer::PPA2Sym = nullptr

Definition at line 95 of file SystemZTargetStreamer.h.

Referenced by emitPPA1().


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