Table of Contents

Enum SymbolGenericOption

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

Linkage flags for a symbol in the JIT

[Flags]
public enum SymbolGenericOption : byte

Fields

Callable = 4

Symbol is callable

Exported = 1

Symbol is exported

MaterializationSideEffectsOnly = 8

Symbol has materialization side effects only (normally used for static initializers)

None = 0

No specific linkage

Weak = 2

Symbol is weak