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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.h 1 //=== MipsELFStreamer.h - MipsELFStreamer ------------------------------===//
19 class MipsELFStreamer : public MCELFStreamer {
21 MipsELFStreamer(MCContext &Context, MCAsmBackend &TAB,
27 ~MipsELFStreamer() {}
MipsELFStreamer.cpp 1 //===-- MipsELFStreamer.cpp - MipsELFStreamer ---------------------------===//
9 #include "MCTargetDesc/MipsELFStreamer.h"
23 MipsELFStreamer *S = new MipsELFStreamer(Context, TAB, OS, Emitter,
30 MipsELFStreamer::emitELFHeaderFlagsCG(const MipsSubtarget &Subtarget) {
79 MipsELFStreamer::emitMipsSTOCG(const MipsSubtarget &Subtarget,
Android.mk 12 MipsELFStreamer.cpp \
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 18 #include "MCTargetDesc/MipsELFStreamer.h"
241 if (MipsELFStreamer *MES = dyn_cast<MipsELFStreamer>(&OutStreamer))
597 if (MipsELFStreamer *MES = dyn_cast<MipsELFStreamer>(&OutStreamer))

Completed in 578 milliseconds