Class ModulePassManager
Pass manager for running passes against an entire module
Inherited Members
Llvm.NET.Interop.DisposableObject.Dispose()
Llvm.NET.Interop.DisposableObject.IsDisposed
Namespace: Llvm.NET.Transforms
Assembly: Llvm.NET.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 |