LLVM 20.0.0git
|
This part is for null output. More...
#include "Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h"
Public Member Functions | |
WebAssemblyTargetNullStreamer (MCStreamer &S) | |
void | emitLocal (ArrayRef< wasm::ValType >) override |
.local | |
void | emitFunctionType (const MCSymbolWasm *) override |
.functype | |
void | emitIndIdx (const MCExpr *) override |
.indidx | |
void | emitGlobalType (const MCSymbolWasm *) override |
.globaltype | |
void | emitTableType (const MCSymbolWasm *) override |
.tabletype | |
void | emitTagType (const MCSymbolWasm *) override |
.tagtype | |
void | emitImportModule (const MCSymbolWasm *, StringRef) override |
.import_module | |
void | emitImportName (const MCSymbolWasm *, StringRef) override |
.import_name | |
void | emitExportName (const MCSymbolWasm *, StringRef) override |
.export_name | |
Public Member Functions inherited from llvm::WebAssemblyTargetStreamer | |
WebAssemblyTargetStreamer (MCStreamer &S) | |
virtual void | emitLocal (ArrayRef< wasm::ValType > Types)=0 |
.local | |
virtual void | emitFunctionType (const MCSymbolWasm *Sym)=0 |
.functype | |
virtual void | emitIndIdx (const MCExpr *Value)=0 |
.indidx | |
virtual void | emitGlobalType (const MCSymbolWasm *Sym)=0 |
.globaltype | |
virtual void | emitTableType (const MCSymbolWasm *Sym)=0 |
.tabletype | |
virtual void | emitTagType (const MCSymbolWasm *Sym)=0 |
.tagtype | |
virtual void | emitImportModule (const MCSymbolWasm *Sym, StringRef ImportModule)=0 |
.import_module | |
virtual void | emitImportName (const MCSymbolWasm *Sym, StringRef ImportName)=0 |
.import_name | |
virtual void | emitExportName (const MCSymbolWasm *Sym, StringRef ExportName)=0 |
.export_name | |
Public Member Functions inherited from llvm::MCTargetStreamer | |
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 () |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::WebAssemblyTargetStreamer | |
void | emitValueType (wasm::ValType Type) |
Protected Attributes inherited from llvm::MCTargetStreamer | |
MCStreamer & | Streamer |
This part is for null output.
Definition at line 97 of file WebAssemblyTargetStreamer.h.
|
inlineexplicit |
Definition at line 99 of file WebAssemblyTargetStreamer.h.
|
inlineoverridevirtual |
.export_name
Implements llvm::WebAssemblyTargetStreamer.
Definition at line 110 of file WebAssemblyTargetStreamer.h.
|
inlineoverridevirtual |
.functype
Implements llvm::WebAssemblyTargetStreamer.
Definition at line 103 of file WebAssemblyTargetStreamer.h.
|
inlineoverridevirtual |
.globaltype
Implements llvm::WebAssemblyTargetStreamer.
Definition at line 105 of file WebAssemblyTargetStreamer.h.
|
inlineoverridevirtual |
.import_module
Implements llvm::WebAssemblyTargetStreamer.
Definition at line 108 of file WebAssemblyTargetStreamer.h.
|
inlineoverridevirtual |
.import_name
Implements llvm::WebAssemblyTargetStreamer.
Definition at line 109 of file WebAssemblyTargetStreamer.h.
.indidx
Implements llvm::WebAssemblyTargetStreamer.
Definition at line 104 of file WebAssemblyTargetStreamer.h.
|
inlineoverridevirtual |
.local
Implements llvm::WebAssemblyTargetStreamer.
Definition at line 102 of file WebAssemblyTargetStreamer.h.
|
inlineoverridevirtual |
.tabletype
Implements llvm::WebAssemblyTargetStreamer.
Definition at line 106 of file WebAssemblyTargetStreamer.h.
|
inlineoverridevirtual |
.tagtype
Implements llvm::WebAssemblyTargetStreamer.
Definition at line 107 of file WebAssemblyTargetStreamer.h.