|
LLVM 23.0.0git
|
#include "Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h"
Classes | |
| struct | CmpMCInst |
Public Types | |
| typedef std::pair< MCInst, const MCSubtargetInfo * > | MCInstSTIPair |
| typedef std::map< MCInstSTIPair, MCSymbol *, CmpMCInst > | EXRLT2SymMap |
Public Member Functions | |
| SystemZTargetStreamer (MCStreamer &S) | |
| void | emitConstantPools () override |
| virtual void | emitMachine (StringRef CPUOrCommand) |
| Public Member Functions inherited from llvm::MCTargetStreamer | |
| MCTargetStreamer (MCStreamer &S) | |
| virtual | ~MCTargetStreamer () |
| MCStreamer & | getStreamer () |
| MCContext & | getContext () |
| 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 | |
| EXRLT2SymMap | EXRLTargets2Sym |
Additional Inherited Members | |
| Protected Attributes inherited from llvm::MCTargetStreamer | |
| MCStreamer & | Streamer |
Definition at line 29 of file SystemZTargetStreamer.h.
| typedef std::map<MCInstSTIPair, MCSymbol *, CmpMCInst> llvm::SystemZTargetStreamer::EXRLT2SymMap |
Definition at line 57 of file SystemZTargetStreamer.h.
| typedef std::pair<MCInst, const MCSubtargetInfo *> llvm::SystemZTargetStreamer::MCInstSTIPair |
Definition at line 33 of file SystemZTargetStreamer.h.
|
inline |
Definition at line 31 of file SystemZTargetStreamer.h.
References llvm::MCTargetStreamer::MCTargetStreamer().
Referenced by llvm::SystemZTargetELFStreamer::SystemZTargetELFStreamer(), llvm::SystemZTargetGNUStreamer::SystemZTargetGNUStreamer(), and llvm::SystemZTargetzOSStreamer::SystemZTargetzOSStreamer().
|
overridevirtual |
Reimplemented from llvm::MCTargetStreamer.
Reimplemented in llvm::SystemZTargetzOSStreamer.
Definition at line 27 of file SystemZTargetStreamer.cpp.
References EXRLTargets2Sym, llvm::MCObjectFileInfo::getTextSection(), I, and llvm::MCTargetStreamer::Streamer.
Referenced by llvm::SystemZTargetzOSStreamer::emitConstantPools().
|
inlinevirtual |
Reimplemented in llvm::SystemZTargetELFStreamer, and llvm::SystemZTargetGNUStreamer.
Definition at line 62 of file SystemZTargetStreamer.h.
| EXRLT2SymMap llvm::SystemZTargetStreamer::EXRLTargets2Sym |
Definition at line 58 of file SystemZTargetStreamer.h.
Referenced by emitConstantPools(), and llvm::SystemZAsmPrinter::emitInstruction().