LLVM 22.0.0git
VETargetMachine.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ve"

Functions

LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeVETarget ()
static Reloc::Model getEffectiveRelocModel (std::optional< Reloc::Model > RM)
static std::unique_ptr< TargetLoweringObjectFilecreateTLOF ()

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ve"

Definition at line 27 of file VETargetMachine.cpp.

Function Documentation

◆ createTLOF()

std::unique_ptr< TargetLoweringObjectFile > createTLOF ( )
static

Definition at line 51 of file VETargetMachine.cpp.

◆ getEffectiveRelocModel()

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

Definition at line 38 of file VETargetMachine.cpp.

References llvm::Reloc::Static.

◆ LLVMInitializeVETarget()