#include "Target/CSKY/MCTargetDesc/CSKYTargetStreamer.h"
|
| CSKYTargetStreamer (MCStreamer &S) |
|
virtual void | emitTextAttribute (unsigned Attribute, StringRef String) |
|
virtual void | emitAttribute (unsigned Attribute, unsigned Value) |
|
virtual void | finishAttributeSection () |
|
virtual void | emitTargetAttributes (const MCSubtargetInfo &STI) |
|
const MCExpr * | addConstantPoolEntry (const MCExpr *, SMLoc Loc, const MCExpr *AdjustExpr=nullptr) |
| Add a new entry to the constant pool for the current section and return an MCExpr that can be used to refer to the constant pool location. More...
|
|
void | emitCurrentConstantPool () |
|
void | finish () override |
|
| 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 | emitConstantPools () |
|
Definition at line 45 of file CSKYTargetStreamer.h.
◆ CSKYTargetStreamer()
CSKYTargetStreamer::CSKYTargetStreamer |
( |
MCStreamer & |
S | ) |
|
◆ addConstantPoolEntry()
◆ emitAttribute()
void CSKYTargetStreamer::emitAttribute |
( |
unsigned |
Attribute, |
|
|
unsigned |
Value |
|
) |
| |
|
virtual |
◆ emitCurrentConstantPool()
void CSKYTargetStreamer::emitCurrentConstantPool |
( |
| ) |
|
◆ emitTargetAttributes()
◆ emitTextAttribute()
void CSKYTargetStreamer::emitTextAttribute |
( |
unsigned |
Attribute, |
|
|
StringRef |
String |
|
) |
| |
|
virtual |
◆ finish()
void CSKYTargetStreamer::finish |
( |
| ) |
|
|
overridevirtual |
◆ finishAttributeSection()
void CSKYTargetStreamer::finishAttributeSection |
( |
| ) |
|
|
virtual |
◆ ConstantCounter
unsigned llvm::CSKYTargetStreamer::ConstantCounter = 0 |
|
protected |
◆ ConstantMap
◆ ConstantPool
The documentation for this class was generated from the following files: