14 #ifndef LLVM_LIB_TARGET_ARM_ARMTARGETMACHINE_H
15 #define LLVM_LIB_TARGET_ARM_ARMTARGETMACHINE_H
33 std::unique_ptr<TargetLoweringObjectFile>
TLOF;
63 virtual void anchor();
73 void anchor()
override;
84 void anchor()
override;
97 virtual void anchor();
108 void anchor()
override;
119 void anchor()
override;
ThumbTargetMachine - Thumb target machine.
TargetIRAnalysis getTargetIRAnalysis() override
Get the TargetIRAnalysis for this target.
Analysis pass providing the TargetTransformInfo.
enum llvm::ARMBaseTargetMachine::ARMABI TargetABI
TargetLoweringObjectFile * getObjFileLowering() const override
ThumbBETargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)
Target-Independent Code Generator Pass Configuration Options.
ARMBETargetMachine - ARM big endian target machine.
std::unique_ptr< TargetLoweringObjectFile > TLOF
StringMap< std::unique_ptr< ARMSubtarget > > SubtargetMap
ARMLETargetMachine - ARM little endian target machine.
ARMBaseTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle)
TargetMachine ctor - Create an ARM architecture model.
const ARMSubtarget * getSubtargetImpl() const
ARMBETargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)
bool isLittleEndian() const
This class describes a target machine that is implemented with the LLVM target-independent code gener...
ThumbLETargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)
Triple - Helper class for working with autoconf configuration names.
ARMTargetMachine - ARM target machine.
TargetPassConfig * createPassConfig(PassManagerBase &PM) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
ARMTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle)
StringMap - This is an unconventional map that is specialized for handling keys that are "strings"...
Target - Wrapper for Target specific information.
ThumbTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle)
ThumbBETargetMachine - Thumb big endian target machine.
~ARMBaseTargetMachine() override
ThumbLETargetMachine - Thumb little endian target machine.
StringRef - Represent a constant reference to a string, i.e.
ARMLETargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)