|
LLVM 22.0.0git
|
#include "AVRTargetMachine.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/Compiler.h"#include "AVR.h"#include "AVRMachineFunctionInfo.h"#include "AVRTargetObjectFile.h"#include "AVRTargetTransformInfo.h"#include "MCTargetDesc/AVRMCTargetDesc.h"#include "TargetInfo/AVRTargetInfo.h"#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| static StringRef | llvm::getCPU (StringRef CPU) |
| Processes a CPU name. | |
| static Reloc::Model | llvm::getEffectiveRelocModel (std::optional< Reloc::Model > RM) |
| LLVM_ABI LLVM_EXTERNAL_VISIBILITY void | llvm::LLVMInitializeAVRTarget () |