14 #ifndef LLVM_LIB_TARGET_LANAI_LANAITARGETMACHINE_H
15 #define LLVM_LIB_TARGET_LANAI_LANAITARGETMACHINE_H
26 class formatted_raw_ostream;
30 std::unique_ptr<TargetLoweringObjectFile> TLOF;
55 #endif // LLVM_LIB_TARGET_LANAI_LANAITARGETMACHINE_H
Triple TargetTriple
Triple string, CPU name, and target feature strings the TargetMachine instance is created with...
TargetIRAnalysis getTargetIRAnalysis() override
Get a TargetIRAnalysis implementation for the target.
Analysis pass providing the TargetTransformInfo.
TargetPassConfig * createPassConfig(PassManagerBase &pass_manager) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
CodeGenOpt::Level OptLevel
TargetLoweringObjectFile * getObjFileLowering() const override
Target-Independent Code Generator Pass Configuration Options.
const LanaiSubtarget * getSubtargetImpl(const llvm::Function &) const override
Virtual method implemented by subclasses that returns a reference to that target's TargetSubtargetInf...
This class describes a target machine that is implemented with the LLVM target-independent code gener...
const Target & TheTarget
The Target that this machine was created for.
Triple - Helper class for working with autoconf configuration names.
Target - Wrapper for Target specific information.
LanaiTargetMachine(const Target &TheTarget, const Triple &TargetTriple, StringRef Cpu, StringRef FeatureString, const TargetOptions &Options, Optional< Reloc::Model > RelocationModel, CodeModel::Model CodeModel, CodeGenOpt::Level OptLevel)
StringRef - Represent a constant reference to a string, i.e.