|
| X86TargetStreamer (MCStreamer &S) |
|
virtual bool | emitFPOProc (const MCSymbol *ProcSym, unsigned ParamsSize, SMLoc L={})=0 |
|
virtual bool | emitFPOEndPrologue (SMLoc L={})=0 |
|
virtual bool | emitFPOEndProc (SMLoc L={})=0 |
|
virtual bool | emitFPOData (const MCSymbol *ProcSym, SMLoc L={})=0 |
|
virtual bool | emitFPOPushReg (unsigned Reg, SMLoc L={})=0 |
|
virtual bool | emitFPOStackAlloc (unsigned StackAlloc, SMLoc L={})=0 |
|
virtual bool | emitFPOStackAlign (unsigned Align, SMLoc L={})=0 |
|
virtual bool | emitFPOSetFrame (unsigned Reg, SMLoc L={})=0 |
|
| 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, 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...
|
|
virtual void | finish () |
|
X86 target streamer implementing x86-only assembly directives.
Definition at line 17 of file X86TargetStreamer.h.