Click or drag to resize
Llvm.NET LogoPassManagerBuilder Class

[This is preliminary documentation and is subject to change.]

Provides a wrapper around an LLVM Pass Manager
Inheritance Hierarchy
SystemObject
  Llvm.NETPassManagerBuilder

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public sealed class PassManagerBuilder : IDisposable

The PassManagerBuilder type exposes the following members.

Constructors
  NameDescription
Public methodPassManagerBuilder
Initializes a new instance of the PassManagerBuilder class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the PassManagerBuilder
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetDisableSimplifyLibCalls
Public methodSetDisableUnitAtATime
Public methodSetDisableUnrollLoops
Public methodSetOptLevel
Public methodSetSizeLevel
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This class is still in the experimental stage as there is a lack of full support from the C API
See Also