Searched refs:MipsELFStreamer (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 18 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()
|
D | MipsNaClELFStreamer.cpp | 37 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()
|
D | MipsELFStreamer.h | 29 class MipsELFStreamer : public MCELFStreamer { 36 MipsELFStreamer(MCContext &Context, MCAsmBackend &MAB, raw_pwrite_stream &OS, in MipsELFStreamer() function
|
D | CMakeLists.txt | 6 MipsELFStreamer.cpp
|
D | MipsTargetStreamer.cpp | 808 MipsELFStreamer &MEF = static_cast<MipsELFStreamer &>(Streamer); in finish() 965 MipsELFStreamer &MEF = static_cast<MipsELFStreamer &>(Streamer); in emitDirectiveInsn()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOptionRecord.h | 28 class MipsELFStreamer; variable 39 MipsRegInfoRecord(MipsELFStreamer *S, MCContext &Context) in MipsRegInfoRecord() 62 MipsELFStreamer *Streamer;
|