Click or drag to resize
Llvm.NET LogoNativeModuleAddModuleFlag Method (ModuleFlagBehavior, String, LlvmMetadata)

[This is preliminary documentation and is subject to change.]

Adds a module flag to the module

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public void AddModuleFlag(
	ModuleFlagBehavior behavior,
	string name,
	LlvmMetadata value
)

Parameters

behavior
Type: Llvm.NETModuleFlagBehavior
Module flag behavior for this flag
name
Type: SystemString
Name of the flag
value
Type: Llvm.NETLlvmMetadata
Value of the flag
See Also