15#ifndef LLVM_LIB_TARGET_XTENSA_XTENSATARGETMACHINE_H
16#define LLVM_LIB_TARGET_XTENSA_XTENSATARGETMACHINE_H
26 std::unique_ptr<TargetLoweringObjectFile> TLOF;
30 std::optional<Reloc::Model>
RM,
32 bool JIT,
bool isLittle);
36 std::optional<Reloc::Model>
RM,
This class describes a target machine that is implemented with the LLVM target-independent code gener...
StringMap - This is an unconventional map that is specialized for handling keys that are "strings",...
StringRef - Represent a constant reference to a string, i.e.
Target-Independent Code Generator Pass Configuration Options.
Target - Wrapper for Target specific information.
Triple - Helper class for working with autoconf configuration names.
TargetPassConfig * createPassConfig(PassManagerBase &PM) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
StringMap< std::unique_ptr< XtensaSubtarget > > SubtargetMap
TargetLoweringObjectFile * getObjFileLowering() const override
const XtensaSubtarget * getSubtargetImpl(const Function &F) const override
Virtual method implemented by subclasses that returns a reference to that target's TargetSubtargetInf...
PassManagerBase - An abstract interface to allow code to add passes to a pass manager without having ...
This is an optimization pass for GlobalISel generic memory operations.
CodeGenOptLevel
Code generation optimization level.