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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.h1 //===-- XCoreMCAsmInfo.h - XCore asm properties ----------------*- C++ -*--===//
9 // This file contains the declaration of the XCoreMCAsmInfo class.
21 class XCoreMCAsmInfo : public MCAsmInfoELF { class in namespace:llvm
25 explicit XCoreMCAsmInfo(const Triple &TT);
H A DXCoreMCAsmInfo.cpp1 //===-- XCoreMCAsmInfo.cpp - XCore asm properties -------------------------===//
9 #include "XCoreMCAsmInfo.h"
12 void XCoreMCAsmInfo::anchor() { }
14 XCoreMCAsmInfo::XCoreMCAsmInfo(const Triple &TT) { function in class:XCoreMCAsmInfo
H A DXCoreMCTargetDesc.cpp15 #include "MCTargetDesc/XCoreMCAsmInfo.h"
60 MCAsmInfo *MAI = new XCoreMCAsmInfo(TT);

Completed in 98 milliseconds