LLVM
8.0.1
|
A target streamer for textual AVR assembly code. More...
#include "Target/AVR/MCTargetDesc/AVRTargetStreamer.h"
Public Member Functions | |
AVRTargetAsmStreamer (MCStreamer &S) | |
Public Member Functions inherited from llvm::AVRTargetStreamer | |
AVRTargetStreamer (MCStreamer &S) | |
void | finish () override |
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, raw_ostream &OS, const MCInst &Inst, const MCSubtargetInfo &STI) |
virtual void | emitDwarfFileDirective (StringRef Directive) |
virtual void | changeSection (const MCSection *CurSection, MCSection *Section, const MCExpr *SubSection, raw_ostream &OS) |
Update streamer for a new active section. More... | |
virtual void | emitValue (const MCExpr *Value) |
virtual void | emitRawBytes (StringRef Data) |
Emit the bytes in Data into the output. More... | |
Additional Inherited Members | |
Protected Attributes inherited from llvm::MCTargetStreamer | |
MCStreamer & | Streamer |
A target streamer for textual AVR assembly code.
Definition at line 27 of file AVRTargetStreamer.h.
|
explicit |
Definition at line 22 of file AVRTargetStreamer.cpp.