Enum RelocationMode
Relocation type for target code generation
Namespace: Llvm.NET
Assembly: Llvm.NET.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 |