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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCAsmInfo.cpp1 //===-- MSP430MCAsmInfo.cpp - MSP430 asm properties -----------------------===//
10 // This file contains the declarations of the MSP430MCAsmInfo properties.
14 #include "MSP430MCAsmInfo.h"
18 void MSP430MCAsmInfo::anchor() { }
20 MSP430MCAsmInfo::MSP430MCAsmInfo(const Target &T, StringRef TT) { function in class:MSP430MCAsmInfo
H A DMSP430MCAsmInfo.h1 //===-- MSP430MCAsmInfo.h - MSP430 asm properties --------------*- C++ -*--===//
10 // This file contains the declaration of the MSP430MCAsmInfo class.
23 class MSP430MCAsmInfo : public MCAsmInfo { class in namespace:llvm
26 explicit MSP430MCAsmInfo(const Target &T, StringRef TT);
H A DMSP430MCTargetDesc.cpp15 #include "MSP430MCAsmInfo.h"
74 RegisterMCAsmInfo<MSP430MCAsmInfo> X(TheMSP430Target);

Completed in 68 milliseconds