Enum RelocationMode
Relocation type for target code generation
Namespace: Ubiquity.NET.Llvm
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public enum RelocationMode
Fields
Default | Default relocation model for the target |
Dynamic | Dynamic relocation model |
PositionIndependent | Position independent relocation model |
Static | Static relocation model |