LLVM 22.0.0git
XCoreTargetMachine.cpp File Reference

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_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeXCoreTarget ()

Function Documentation

◆ getEffectiveRelocModel()

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

Definition at line 28 of file XCoreTargetMachine.cpp.

References llvm::Reloc::Static.

◆ getEffectiveXCoreCodeModel()

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

◆ LLVMInitializeXCoreTarget()