Click or drag to resize
Llvm.NET LogoTargetMachine Class

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

Target specific code generation information
Inheritance Hierarchy
SystemObject
  Llvm.NETTargetMachine

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

The TargetMachine type exposes the following members.

Properties
  NameDescription
Public propertyContext
ContextThis machine is associated with
Public propertyCpu
CPU Type for this machine
Public propertyFeatures
CPU specific features for this machine
Public propertyTarget
Retrieves the Target that owns this TargetMachine
Public propertyTargetData
Gets Layout information for this machine
Public propertyTriple
Target triple describing this machine
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the TargetMachine
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the TargetMachine and optionally releases the managed resources
Public methodEmitToFile
Generate code for the target machine from a module
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also