Table of Contents

Method AddModuleFlag

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

AddModuleFlag(ModuleFlagBehavior, LazyEncodedString, uint)

Adds a module flag to the module

void AddModuleFlag(ModuleFlagBehavior behavior, LazyEncodedString name, uint value)

Parameters

behavior ModuleFlagBehavior

ModuleHandle flag behavior for this flag

name LazyEncodedString

Name of the flag

value uint

Value of the flag

AddModuleFlag(ModuleFlagBehavior, LazyEncodedString, IrMetadata)

Adds a module flag to the module

void AddModuleFlag(ModuleFlagBehavior behavior, LazyEncodedString name, IrMetadata value)

Parameters

behavior ModuleFlagBehavior

ModuleHandle flag behavior for this flag

name LazyEncodedString

Name of the flag

value IrMetadata

Value of the flag