HomeSort by relevance Sort by last modified time
    Searched refs:MipsELFStreamer (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 1 //===-------- MipsELFStreamer.cpp - ELF Object Output ---------------------===//
10 #include "MipsELFStreamer.h"
18 void MipsELFStreamer::EmitInstruction(const MCInst &Inst,
38 void MipsELFStreamer::createPendingLabelRelocs() {
56 void MipsELFStreamer::EmitLabel(MCSymbol *Symbol) {
61 void MipsELFStreamer::SwitchSection(const MCSection * Section,
67 void MipsELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size,
73 void MipsELFStreamer::EmitMipsOptionRecords() {
83 return new MipsELFStreamer(Context, MAB, OS, Emitter);
MipsELFStreamer.h 1 //===-------- MipsELFStreamer.h - ELF Object Output -----------------------===//
29 class MipsELFStreamer : public MCELFStreamer {
36 MipsELFStreamer(MCContext &Context, MCAsmBackend &MAB, raw_pwrite_stream &OS,
MipsNaClELFStreamer.cpp 21 #include "MipsELFStreamer.h"
37 class MipsNaClELFStreamer : public MipsELFStreamer {
41 : MipsELFStreamer(Context, TAB, OS, Emitter), PendingCall(false) {}
100 MipsELFStreamer::EmitInstruction(MaskInst, STI);
110 MipsELFStreamer::EmitInstruction(MI, STI);
125 MipsELFStreamer::EmitInstruction(MI, STI);
181 MipsELFStreamer::EmitInstruction(Inst, STI);
187 MipsELFStreamer::EmitInstruction(Inst, STI);
194 MipsELFStreamer::EmitInstruction(Inst, STI);
Android.mk 14 MipsELFStreamer.cpp \
MipsTargetStreamer.cpp 15 #include "MipsELFStreamer.h"
502 MipsELFStreamer &MEF = static_cast<MipsELFStreamer &>(Streamer);
647 MipsELFStreamer &MEF = static_cast<MipsELFStreamer &>(Streamer);
  /external/llvm/lib/Target/Mips/
MipsOptionRecord.h 28 class MipsELFStreamer;
39 MipsRegInfoRecord(MipsELFStreamer *S, MCContext &Context)
61 MipsELFStreamer *Streamer;

Completed in 210 milliseconds