Click or drag to resize
Llvm.NET LogoPassRegistry Class

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

Inheritance Hierarchy
SystemObject
  Llvm.NETPassRegistry

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

The PassRegistry type exposes the following members.

Constructors
  NameDescription
Public methodPassRegistry
Initializes a new instance of the PassRegistry class
Top
Properties
  NameDescription
Public propertyStatic memberGlobalRegistry
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the PassRegistry
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeAll
Public methodInitializeAnalysis
Public methodInitializeCodeGen
Public methodInitializeCore
Public methodInitializeInstCombine
Public methodInitializeInstrumentation
Public methodInitializeIPA
Public methodInitializeIPO
Public methodInitializeObjCARCOpts
Public methodInitializeScalarOpts
Public methodInitializeTarget
Public methodInitializeTransformUtils
Public methodInitializeVectorization
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also