Home
last modified time | relevance | path

Searched refs:MipsELFStreamer (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp18 void MipsELFStreamer::EmitInstruction(const MCInst &Inst, in EmitInstruction()
38 void MipsELFStreamer::createPendingLabelRelocs() { in createPendingLabelRelocs()
54 void MipsELFStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel()
59 void MipsELFStreamer::SwitchSection(MCSection *Section, in SwitchSection()
65 void MipsELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl()
71 void MipsELFStreamer::EmitMipsOptionRecords() { in EmitMipsOptionRecords()
81 return new MipsELFStreamer(Context, MAB, OS, Emitter); in createMipsELFStreamer()
DMipsNaClELFStreamer.cpp37 class MipsNaClELFStreamer : public MipsELFStreamer {
41 : MipsELFStreamer(Context, TAB, OS, Emitter), PendingCall(false) {} in MipsNaClELFStreamer()
100 MipsELFStreamer::EmitInstruction(MaskInst, STI); in emitMask()
110 MipsELFStreamer::EmitInstruction(MI, STI); in sandboxIndirectJump()
125 MipsELFStreamer::EmitInstruction(MI, STI); in sandboxLoadStoreStackChange()
181 MipsELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
187 MipsELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
194 MipsELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
DMipsELFStreamer.h29 class MipsELFStreamer : public MCELFStreamer {
36 MipsELFStreamer(MCContext &Context, MCAsmBackend &MAB, raw_pwrite_stream &OS, in MipsELFStreamer() function
DCMakeLists.txt6 MipsELFStreamer.cpp
DMipsTargetStreamer.cpp808 MipsELFStreamer &MEF = static_cast<MipsELFStreamer &>(Streamer); in finish()
965 MipsELFStreamer &MEF = static_cast<MipsELFStreamer &>(Streamer); in emitDirectiveInsn()
/external/llvm/lib/Target/Mips/
DMipsOptionRecord.h28 class MipsELFStreamer; variable
39 MipsRegInfoRecord(MipsELFStreamer *S, MCContext &Context) in MipsRegInfoRecord()
62 MipsELFStreamer *Streamer;