Home | History | Annotate | Download | only in AVR

Lines Matching defs:AVRTargetMachine

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 {
85 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const {