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

/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.h1 //===-- XCoreMCAsmInfo.h - XCore asm properties ----------------*- C++ -*--===//
10 // This file contains the declaration of the XCoreMCAsmInfo class.
22 class XCoreMCAsmInfo : public MCAsmInfoELF { class in namespace:llvm
26 explicit XCoreMCAsmInfo(const Triple &TT);
H A DXCoreMCAsmInfo.cpp1 //===-- XCoreMCAsmInfo.cpp - XCore asm properties -------------------------===//
10 #include "XCoreMCAsmInfo.h"
13 void XCoreMCAsmInfo::anchor() { }
15 XCoreMCAsmInfo::XCoreMCAsmInfo(const Triple &TT) { function in class:XCoreMCAsmInfo
H A DXCoreMCTargetDesc.cpp16 #include "XCoreMCAsmInfo.h"
56 MCAsmInfo *MAI = new XCoreMCAsmInfo(TT);

Completed in 154 milliseconds