| TargetMachine Class |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET
public class TargetMachine : IDisposable
The TargetMachine type exposes the following members.
| Name | Description | |
|---|---|---|
| Context | ContextThis machine is associated with | |
| Cpu | CPU Type for this machine | |
| Features | CPU specific features for this machine | |
| Target | Retrieves the Target that owns this TargetMachine | |
| TargetData | Gets Layout information for this machine | |
| Triple | Target triple describing this machine |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the TargetMachine | |
| Dispose(Boolean) | Releases the unmanaged resources used by the TargetMachine and optionally releases the managed resources | |
| EmitToFile | Generate code for the target machine from a module | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |