Class ModulePassManager
Pass manager for running passes against an entire module
Inherited Members
Ubiquity.NET.Llvm.Interop.DisposableObject.Dispose()
Ubiquity.NET.Llvm.Interop.DisposableObject.IsDisposed
Namespace: Ubiquity.NET.Llvm.Transforms
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public sealed class ModulePassManager : PassManager, IDisposable
Constructors
ModulePassManager() | Initializes a new instance of the ModulePassManager class. |
Methods
Run(BitcodeModule) | Runs the passes added to this manager for the target module |