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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.h 1 //===-- MipsMCAsmInfo.h - Mips Asm Info ------------------------*- C++ -*--===//
10 // This file contains the declaration of the MipsMCAsmInfo class.
22 class MipsMCAsmInfo : public MCAsmInfo {
25 explicit MipsMCAsmInfo(StringRef TT);
MipsMCAsmInfo.cpp 1 //===-- MipsMCAsmInfo.cpp - Mips Asm Properties ---------------------------===//
10 // This file contains the declarations of the MipsMCAsmInfo properties.
14 #include "MipsMCAsmInfo.h"
19 void MipsMCAsmInfo::anchor() { }
21 MipsMCAsmInfo::MipsMCAsmInfo(StringRef TT) {
Android.mk 13 MipsMCAsmInfo.cpp \
MipsMCTargetDesc.cpp 17 #include "MipsMCAsmInfo.h"
97 MCAsmInfo *MAI = new MipsMCAsmInfo(TT);

Completed in 54 milliseconds