TargetMachineBuilder

A builder for configuring the architecture of a TargetMachine objects.

Since

5.2

Functions

Link copied to clipboard
abstract fun architecture(architecture: String): TargetMachine
Returns a TargetMachine for the operating system of this machine and the specified architecture.
Link copied to clipboard
Returns the target architecture
Link copied to clipboard
Returns the target operating system
Link copied to clipboard
abstract fun getX86(): TargetMachine
Returns a TargetMachine for the operating system of this machine and the x86 32-bit architecture
Link copied to clipboard
abstract fun getX86_64(): TargetMachine
Returns a TargetMachine for the operating system of this machine and the x86 64-bit architecture