#include "Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h"
|
| NVPTXAsmTargetStreamer (MCStreamer &S) |
|
| ~NVPTXAsmTargetStreamer () override |
|
| NVPTXTargetStreamer (MCStreamer &S) |
|
| ~NVPTXTargetStreamer () override |
|
void | outputDwarfFileDirectives () |
| Outputs the list of the DWARF '.file' directives to the streamer.
|
|
void | closeLastSection () |
| Close last section.
|
|
void | emitDwarfFileDirective (StringRef Directive) override |
| Record DWARF file directives for later output.
|
|
void | changeSection (const MCSection *CurSection, MCSection *Section, uint32_t SubSection, raw_ostream &OS) override |
| Update streamer for a new active section.
|
|
void | emitRawBytes (StringRef Data) override |
| Emit the bytes in Data into the output.
|
|
| MCTargetStreamer (MCStreamer &S) |
|
virtual | ~MCTargetStreamer () |
|
MCStreamer & | getStreamer () |
|
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 | emitConstantPools () |
|
virtual void | finish () |
|
Definition at line 53 of file NVPTXTargetStreamer.h.
◆ NVPTXAsmTargetStreamer()
NVPTXAsmTargetStreamer::NVPTXAsmTargetStreamer |
( |
MCStreamer & |
S | ) |
|
◆ ~NVPTXAsmTargetStreamer()
NVPTXAsmTargetStreamer::~NVPTXAsmTargetStreamer |
( |
| ) |
|
|
overridedefault |
The documentation for this class was generated from the following files: