14 #ifndef LLVM_LIB_TARGET_ARM_ARMTARGETMACHINE_H 15 #define LLVM_LIB_TARGET_ARM_ARMTARGETMACHINE_H 38 std::unique_ptr<TargetLoweringObjectFile>
TLOF;
98 #endif // LLVM_LIB_TARGET_ARM_ARMTARGETMACHINE_H
This class represents lattice values for constants.
Triple TargetTriple
Triple string, CPU name, and target feature strings the TargetMachine instance is created with...
enum llvm::ARMBaseTargetMachine::ARMABI TargetABI
TargetLoweringObjectFile * getObjFileLowering() const override
ARMBaseTargetMachine(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 isLittle)
Create an ARM architecture model.
Target-Independent Code Generator Pass Configuration Options.
SubArchType getSubArch() const
getSubArch - get the parsed subarchitecture type for this triple.
ARM/Thumb big endian target machine.
std::unique_ptr< TargetLoweringObjectFile > TLOF
StringMap< std::unique_ptr< ARMSubtarget > > SubtargetMap
ARM/Thumb little endian target machine.
bool isOSWindows() const
Tests whether the OS is Windows.
TargetTransformInfo getTargetTransformInfo(const Function &F) override
Get a TargetTransformInfo implementation for the target.
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...
bool isOSBinFormatMachO() const
Tests whether the environment is MachO.
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 ...
EnvironmentType getEnvironment() const
getEnvironment - Get the parsed environment type of this triple.
StringMap - This is an unconventional map that is specialized for handling keys that are "strings"...
Target - Wrapper for Target specific information.
bool isTargetHardFloat() const
~ARMBaseTargetMachine() override
const ARMSubtarget * getSubtargetImpl() const =delete
bool isLittleEndian() const
StringRef - Represent a constant reference to a string, i.e.