14 #ifndef LLVM_AVR_TARGET_MACHINE_H 15 #define LLVM_AVR_TARGET_MACHINE_H 41 return this->TLOF.get();
51 std::unique_ptr<TargetLoweringObjectFile> TLOF;
57 #endif // LLVM_AVR_TARGET_MACHINE_H
This class represents lattice values for constants.
const AVRSubtarget * getSubtargetImpl() const
Target-Independent Code Generator Pass Configuration Options.
A generic AVR implementation.
AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional< Reloc::Model > RM, Optional< CodeModel::Model > CM, CodeGenOpt::Level OL, bool JIT)
bool isMachineVerifierClean() const override
Returns true if the target is expected to pass all machine verifier checks.
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.
PassManagerBase - An abstract interface to allow code to add passes to a pass manager without having ...
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