Table of Contents

Enum GenericSymbolOption

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

Generic linkage flags for a symbol definition

[Flags]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1602:Enumeration items should be documented", Justification = "Currently unclear but maps to LLVM 1:1")]
public enum GenericSymbolOption

Fields

Callable = 4
Exported = 1
MaterializationSideEffectsOnly = 8
None = 0
Weak = 2