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