LLVM  8.0.1
Functions
SparcTargetMachine.cpp File Reference
#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"
Include dependency graph for SparcTargetMachine.cpp:

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)
 

Function Documentation

◆ computeDataLayout()

static std::string computeDataLayout ( const Triple T,
bool  is64Bit 
)
static

◆ getEffectiveRelocModel()

static Reloc::Model getEffectiveRelocModel ( Optional< Reloc::Model RM)
static

◆ getEffectiveSparcCodeModel()

static CodeModel::Model getEffectiveSparcCodeModel ( Optional< CodeModel::Model CM,
Reloc::Model  RM,
bool  Is64Bit,
bool  JIT 
)
static

◆ LLVMInitializeSparcTarget()

void LLVMInitializeSparcTarget ( )