|
LLVM
8.0.1
|
A generic AVR target output stream. More...
#include "Target/AVR/MCTargetDesc/AVRTargetStreamer.h"


Public Member Functions | |
| 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 generic AVR target output stream.
Definition at line 19 of file AVRTargetStreamer.h.
|
explicit |
Definition at line 20 of file AVRTargetStreamer.cpp.
|
overridevirtual |
Reimplemented from llvm::MCTargetStreamer.
Definition at line 25 of file AVRTargetStreamer.cpp.
References Context, llvm::MCStreamer::emitRawComment(), llvm::MCStreamer::EmitSymbolAttribute(), llvm::MCStreamer::getContext(), llvm::MCContext::getOrCreateSymbol(), llvm::MCTargetStreamer::getStreamer(), and llvm::MCSA_Global.
1.8.13