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

  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.h 1 //=====-- XCoreMCAsmInfo.h - XCore asm properties -------------*- C++ -*--====//
10 // This file contains the declaration of the XCoreMCAsmInfo class.
23 class XCoreMCAsmInfo : public MCAsmInfo {
25 explicit XCoreMCAsmInfo(const Target &T, StringRef TT);
XCoreMCAsmInfo.cpp 1 //===-- XCoreMCAsmInfo.cpp - XCore asm properties -------------------------===//
10 #include "XCoreMCAsmInfo.h"
13 XCoreMCAsmInfo::XCoreMCAsmInfo(const Target &T, StringRef TT) {
XCoreMCTargetDesc.cpp 15 #include "XCoreMCAsmInfo.h"
53 MCAsmInfo *MAI = new XCoreMCAsmInfo(T, TT);

Completed in 29 milliseconds