|
LLVM
8.0.1
|
#include "SparcTargetMachine.h"#include "LeonPasses.h"#include "Sparc.h"#include "SparcTargetObjectFile.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) |
| static CodeModel::Model | getEffectiveSparcCodeModel (Optional< CodeModel::Model > CM, Reloc::Model RM, bool Is64Bit, bool JIT) |
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.
|
static |
Definition at line 74 of file SparcTargetMachine.cpp.
References llvm::CodeModel::Kernel, llvm::CodeModel::Large, llvm::CodeModel::Medium, llvm::Reloc::PIC_, llvm::report_fatal_error(), llvm::CodeModel::Small, and llvm::CodeModel::Tiny.
| void LLVMInitializeSparcTarget | ( | ) |
Definition at line 23 of file SparcTargetMachine.cpp.
References llvm::getTheSparcelTarget(), llvm::getTheSparcTarget(), llvm::getTheSparcV9Target(), X, and Y.
1.8.13