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

  /external/llvm/lib/Target/AVR/
AVRTargetMachine.h 1 //===-- AVRTargetMachine.h - Define TargetMachine for AVR -------*- C++ -*-===//
29 class AVRTargetMachine : public LLVMTargetMachine {
31 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
AVRTargetMachine.cpp 1 //===-- AVRTargetMachine.cpp - Define TargetMachine for AVR ---------------===//
14 #include "AVRTargetMachine.h"
41 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT,
58 AVRPassConfig(AVRTargetMachine *TM, PassManagerBase &PM)
61 AVRTargetMachine &getAVRTargetMachine() const {
62 return getTM<AVRTargetMachine>();
72 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) {
78 RegisterTargetMachine<AVRTargetMachine> X(TheAVRTarget);
81 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const
    [all...]

Completed in 76 milliseconds