Method AddModuleFlag
AddModuleFlag(ModuleFlagBehavior, String, UInt32)
Adds a module flag to the module
Declaration
public void AddModuleFlag(ModuleFlagBehavior behavior, string name, uint value)
Parameters
public void AddModuleFlag(ModuleFlagBehavior behavior, string name, uint value)
ModuleFlagBehavior | behavior | Module flag behavior for this flag |
String | name | Name of the flag |
UInt32 | value | Value of the flag |
AddModuleFlag(ModuleFlagBehavior, String, LlvmMetadata)
Adds a module flag to the module
Declaration
public void AddModuleFlag(ModuleFlagBehavior behavior, string name, LlvmMetadata value)
Parameters
public void AddModuleFlag(ModuleFlagBehavior behavior, string name, LlvmMetadata value)
ModuleFlagBehavior | behavior | Module flag behavior for this flag |
String | name | Name of the flag |
LlvmMetadata | value | Value of the flag |