Table of Contents

Method Run

Namespace
Ubiquity.NET.Llvm.Transforms.Legacy
Assembly
Ubiquity.NET.Llvm.dll

Run(Module)

Runs the passes added to this manager for the target module

public bool Run(Module target)

Parameters

target Module

Module to run the passes on

Returns

bool

true if one of the passes modified the module