Table of Contents

Class ModulePassManager

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

Pass manager for running passes against an entire module

[Obsolete("Legacy pass manager support is considered obsolete - use one of the TryRunPasses overloads on Module instead")]
public sealed class ModulePassManager : PassManager
Inheritance
ModulePassManager
Inherited Members

Constructors

ModulePassManager()

Initializes a new instance of the ModulePassManager class.

Methods

Run(Module)

Runs the passes added to this manager for the target module