Searched refs:XCoreMCAsmInfo (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.cpp1 //===-- XCoreMCAsmInfo.cpp - XCore asm properties -------------------------===//
10 #include "XCoreMCAsmInfo.h"
14 void XCoreMCAsmInfo::anchor() { }
16 XCoreMCAsmInfo::XCoreMCAsmInfo(const Target &T, StringRef TT) { function in class:XCoreMCAsmInfo
H A DXCoreMCAsmInfo.h1 //===-- XCoreMCAsmInfo.h - XCore asm properties ----------------*- C++ -*--===//
10 // This file contains the declaration of the XCoreMCAsmInfo class.
23 class XCoreMCAsmInfo : public MCAsmInfo { class in namespace:llvm
26 explicit XCoreMCAsmInfo(const Target &T, StringRef TT);
H A DXCoreMCTargetDesc.cpp15 #include "XCoreMCAsmInfo.h"
54 MCAsmInfo *MAI = new XCoreMCAsmInfo(T, TT);

Completed in 118 milliseconds