LLVM 19.0.0git
Functions
XCoreTargetMachine.cpp File Reference
#include "XCoreTargetMachine.h"
#include "MCTargetDesc/XCoreMCTargetDesc.h"
#include "TargetInfo/XCoreTargetInfo.h"
#include "XCore.h"
#include "XCoreMachineFunctionInfo.h"
#include "XCoreTargetObjectFile.h"
#include "XCoreTargetTransformInfo.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/CodeGen.h"
#include <optional>

Go to the source code of this file.

Functions

static Reloc::Model getEffectiveRelocModel (std::optional< Reloc::Model > RM)
 
static CodeModel::Model getEffectiveXCoreCodeModel (std::optional< CodeModel::Model > CM)
 
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeXCoreTarget ()
 

Function Documentation

◆ getEffectiveRelocModel()

static Reloc::Model getEffectiveRelocModel ( std::optional< Reloc::Model RM)
static

Definition at line 29 of file XCoreTargetMachine.cpp.

References llvm::Reloc::Static.

◆ getEffectiveXCoreCodeModel()

static CodeModel::Model getEffectiveXCoreCodeModel ( std::optional< CodeModel::Model CM)
static

◆ LLVMInitializeXCoreTarget()

LLVM_EXTERNAL_VISIBILITY void LLVMInitializeXCoreTarget ( )