14 #ifndef LLVM_AVR_TARGET_MACHINE_H
15 #define LLVM_AVR_TARGET_MACHINE_H
39 return this->TLOF.get();
45 std::unique_ptr<TargetLoweringObjectFile> TLOF;
51 #endif // LLVM_AVR_TARGET_MACHINE_H
const AVRSubtarget * getSubtargetImpl() const
Target-Independent Code Generator Pass Configuration Options.
A generic AVR implementation.
TargetPassConfig * createPassConfig(PassManagerBase &PM) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
This class describes a target machine that is implemented with the LLVM target-independent code gener...
Triple - Helper class for working with autoconf configuration names.
Target - Wrapper for Target specific information.
A specific AVR target MCU.
StringRef - Represent a constant reference to a string, i.e.
TargetLoweringObjectFile * getObjFileLowering() const override
AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional< Reloc::Model > RM, CodeModel::Model CM, CodeGenOpt::Level OL)