Table of Contents

Enum RelocationMode

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

Relocation type for target code generation

public enum RelocationMode

Fields

Default = 0

Default relocation model for the target

Dynamic = 3

Dynamic relocation model

PositionIndependent = 2

Position independent relocation model

Static = 1

Static relocation model