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

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 1 //===-- XCoreMCAsmInfo.cpp - XCore asm properties -------------------------===//
10 #include "XCoreMCAsmInfo.h"
13 XCoreMCAsmInfo::XCoreMCAsmInfo(const Target &T, StringRef TT) {
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);
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 1 //===-- XCoreMCAsmInfo.cpp - XCore asm properties -------------------------===//
10 #include "XCoreMCAsmInfo.h"
13 void XCoreMCAsmInfo::anchor() { }
15 XCoreMCAsmInfo::XCoreMCAsmInfo(const Triple &TT) {
XCoreMCAsmInfo.h 1 //===-- XCoreMCAsmInfo.h - XCore asm properties ----------------*- C++ -*--===//
10 // This file contains the declaration of the XCoreMCAsmInfo class.
22 class XCoreMCAsmInfo : public MCAsmInfoELF {
26 explicit XCoreMCAsmInfo(const Triple &TT);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 1 //===-- XCoreMCAsmInfo.cpp - XCore asm properties -------------------------===//
10 #include "XCoreMCAsmInfo.h"
13 void XCoreMCAsmInfo::anchor() { }
15 XCoreMCAsmInfo::XCoreMCAsmInfo(const Triple &TT) {
XCoreMCAsmInfo.h 1 //===-- XCoreMCAsmInfo.h - XCore asm properties ----------------*- C++ -*--===//
10 // This file contains the declaration of the XCoreMCAsmInfo class.
22 class XCoreMCAsmInfo : public MCAsmInfoELF {
26 explicit XCoreMCAsmInfo(const Triple &TT);

Completed in 80 milliseconds