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

  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 1 //===-- MSP430TargetMachine.cpp - Define TargetMachine for MSP430 ---------===//
14 #include "MSP430TargetMachine.h"
24 RegisterTargetMachine<MSP430TargetMachine> X(TheMSP430Target);
27 MSP430TargetMachine::MSP430TargetMachine(const Target &T,
45 MSP430PassConfig(MSP430TargetMachine *TM, PassManagerBase &PM)
48 MSP430TargetMachine &getMSP430TargetMachine() const {
49 return getTM<MSP430TargetMachine>();
57 TargetPassConfig *MSP430TargetMachine::createPassConfig(PassManagerBase &PM) {
MSP430TargetMachine.h 1 //===-- MSP430TargetMachine.h - Define TargetMachine for MSP430 -*- C++ -*-===//
30 /// MSP430TargetMachine
32 class MSP430TargetMachine : public LLVMTargetMachine {
41 MSP430TargetMachine(const Target &T, StringRef TT,
66 }; // MSP430TargetMachine.

Completed in 60 milliseconds