Searched refs:MipsMCAsmInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.h1 //===-- MipsMCAsmInfo.h - Mips Asm Info ------------------------*- C++ -*--===//
10 // This file contains the declaration of the MipsMCAsmInfo class.
22 class MipsMCAsmInfo : public MCAsmInfoELF { class in namespace:llvm
25 explicit MipsMCAsmInfo(StringRef TT);
H A DMipsMCAsmInfo.cpp1 //===-- 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) { function in class:MipsMCAsmInfo
H A DMipsMCTargetDesc.cpp16 #include "MipsMCAsmInfo.h"
101 MCAsmInfo *MAI = new MipsMCAsmInfo(TT);
/freebsd-10.2-release/lib/clang/libllvmmipsdesc/
H A DMakefile10 MipsMCAsmInfo.cpp \

Completed in 50 milliseconds