Table of Contents

Constructor SymbolFlags

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

SymbolFlags(SymbolGenericOption, byte)

Generic and target specific flags for a symbol

public SymbolFlags(SymbolGenericOption Generic, byte Target)

Parameters

Generic SymbolGenericOption

Generic options for this symbol

Target byte

Target specific flags for this symbol

SymbolFlags(SymbolGenericOption)

Initializes a new instance of the SymbolFlags struct.

public SymbolFlags(SymbolGenericOption genericOptions)

Parameters

genericOptions SymbolGenericOption

Generic options for this symbol