25                                 std::unique_ptr<MCAsmBackend> MAB,
 
   26                                 std::unique_ptr<MCObjectWriter> OW,
 
   27                                 std::unique_ptr<MCCodeEmitter> 
Emitter)
 
   31  MipsOptionRecords.push_back(
 
   32      std::unique_ptr<MipsRegInfoRecord>(RegInfoRecord));
 
 
   49    RegInfoRecord->SetPhysRegUsed(Reg, MCRegInfo);
 
 
   77    for (
auto *L : Labels) {
 
 
   89  Labels.push_back(Symbol);
 
 
  109  for (
const auto &
I : MipsOptionRecords)
 
  110    I->EmitMipsOptionRecord();
 
 
  115                            std::unique_ptr<MCAsmBackend> MAB,
 
  116                            std::unique_ptr<MCObjectWriter> OW,
 
  117                            std::unique_ptr<MCCodeEmitter> 
Emitter) {
 
 
dxil DXContainer Global Emitter
 
LLVM_ABI bool registerSymbol(const MCSymbol &Symbol)
 
Context object for machine code objects.
 
LLVM_ABI MCSymbol * createTempSymbol()
Create a temporary symbol with a unique name.
 
void emitLabel(MCSymbol *Symbol, SMLoc Loc=SMLoc()) override
Emit a label for Symbol into the current section.
 
MCELFStreamer(MCContext &Context, std::unique_ptr< MCAsmBackend > TAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter)
 
Base class for the full range of assembler expressions which are needed for parsing.
 
Instances of this class represent a single low-level machine instruction.
 
unsigned getNumOperands() const
 
const MCOperand & getOperand(unsigned i) const
 
MCAssembler & getAssembler()
 
void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override
Emit the given Instruction into the current section.
 
void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc=SMLoc()) override
Emit the expression Value into the output as a native integer of the given Size bytes.
 
Instances of this class represent operands of the MCInst class.
 
MCRegisterInfo base class - We assume that the target defines a static array of MCRegisterDesc object...
 
Wrapper class representing physical registers. Should be passed by value.
 
Instances of this class represent a uniqued identifier for a section in the current translation unit.
 
MCContext & getContext() const
 
MCTargetStreamer * getTargetStreamer()
 
virtual void emitIntValue(uint64_t Value, unsigned Size)
Special case of EmitValue that avoids the client having to pass in a MCExpr for constant integers.
 
virtual void switchSection(MCSection *Section, uint32_t Subsec=0)
Set the current section where code is being emitted to Section.
 
Generic base class for all target subtargets.
 
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
 
void emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) override
 
void EmitMipsOptionRecords()
Emits all the option records stored up until the point it's called.
 
void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override
Overriding this function allows us to add arbitrary behaviour before the Inst is actually emitted.
 
void emitLabel(MCSymbol *Symbol, SMLoc Loc=SMLoc()) override
Overriding this function allows us to record all labels that should be marked as microMIPS.
 
void emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) override
 
MipsELFStreamer(MCContext &Context, std::unique_ptr< MCAsmBackend > MAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter)
 
MCSymbol * emitCFILabel() override
When emitting an object file, create and emit a real label.
 
void createPendingLabelRelocs()
Mark labels as microMIPS, if necessary for the subtarget.
 
void switchSection(MCSection *Section, uint32_t Subsection=0) override
Overriding this function allows us to dismiss all labels that are candidates for marking as microMIPS...
 
void emitIntValue(uint64_t Value, unsigned Size) override
Special case of EmitValue that avoids the client having to pass in a MCExpr for constant integers.
 
void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override
Overriding these functions allows us to dismiss all labels that are candidates for marking as microMI...
 
bool isMicroMipsEnabled() const
 
Represents a location in source code.
 
LLVM Value Representation.
 
This is an optimization pass for GlobalISel generic memory operations.
 
MCELFStreamer * createMipsELFStreamer(MCContext &Context, std::unique_ptr< MCAsmBackend > MAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter)
 
DWARFExpression::Operation Op
 
OutputIt move(R &&Range, OutputIt Out)
Provide wrappers to std::move which take ranges instead of having to pass begin/end explicitly.
 
Implement std::hash so that hash_code can be used in STL containers.