|
LLVM
8.0.1
|
#include "AVRTargetMachine.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/IR/LegacyPassManager.h"#include "llvm/IR/Module.h"#include "llvm/Support/TargetRegistry.h"#include "AVR.h"#include "AVRTargetObjectFile.h"#include "MCTargetDesc/AVRMCTargetDesc.h"
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| static StringRef | llvm::getCPU (StringRef CPU) |
| Processes a CPU name. More... | |
| static Reloc::Model | llvm::getEffectiveRelocModel (Optional< Reloc::Model > RM) |
| void | llvm::LLVMInitializeAVRTarget () |
Variables | |
| static const char * | llvm::AVRDataLayout = "e-P1-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-a:8" |
1.8.13