|
LLVM
8.0.1
|
#include "MSP430TargetMachine.h"#include "MSP430.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/IR/LegacyPassManager.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/Support/TargetRegistry.h"
Go to the source code of this file.
Functions | |
| void | LLVMInitializeMSP430Target () |
| static Reloc::Model | getEffectiveRelocModel (Optional< Reloc::Model > RM) |
| static std::string | computeDataLayout (const Triple &TT, StringRef CPU, const TargetOptions &Options) |
|
static |
Definition at line 35 of file MSP430TargetMachine.cpp.
|
static |
Definition at line 29 of file MSP430TargetMachine.cpp.
References llvm::Optional< T >::hasValue(), llvm::NVPTX::PTXCvtMode::RM, and llvm::Reloc::Static.
| void LLVMInitializeMSP430Target | ( | ) |
Definition at line 24 of file MSP430TargetMachine.cpp.
References llvm::getTheMSP430Target(), and X.
1.8.13