Enum GenericSymbolOption
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 = 4Exported = 1MaterializationSideEffectsOnly = 8None = 0Weak = 2