|
LLVM
4.0.0
|
#include "SparcTargetMachine.h"#include "SparcTargetObjectFile.h"#include "Sparc.h"#include "LeonPasses.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/IR/LegacyPassManager.h"#include "llvm/Support/TargetRegistry.h"Go to the source code of this file.
Functions | |
| void | LLVMInitializeSparcTarget () |
| static std::string | computeDataLayout (const Triple &T, bool is64Bit) |
| static Reloc::Model | getEffectiveRelocModel (Optional< Reloc::Model > RM) |
Definition at line 30 of file SparcTargetMachine.cpp.
References llvm::Triple::getArch(), llvm::MipsISD::Ret, and llvm::Triple::sparcel.
|
static |
Definition at line 57 of file SparcTargetMachine.cpp.
References llvm::Optional< T >::hasValue(), llvm::NVPTX::PTXCvtMode::RM, and llvm::Reloc::Static.
| void LLVMInitializeSparcTarget | ( | ) |
Definition at line 23 of file SparcTargetMachine.cpp.
References llvm::getTheSparcelTarget(), llvm::getTheSparcTarget(), llvm::getTheSparcV9Target(), X, and Y.
1.8.6