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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.h 1 //=====-- MipsMCAsmInfo.h - Mips asm properties ---------------*- C++ -*--====//
10 // This file contains the declaration of the MipsMCAsmInfo class.
23 class MipsMCAsmInfo : public MCAsmInfo {
25 explicit MipsMCAsmInfo(const Target &T, 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 MipsMCAsmInfo::MipsMCAsmInfo(const Target &T, StringRef TT) {
MipsMCTargetDesc.cpp 15 #include "MipsMCAsmInfo.h"
56 MCAsmInfo *MAI = new MipsMCAsmInfo(T, TT);

Completed in 124 milliseconds