public interface TargetMachineBuilder extends TargetMachine
TargetMachine
instances.Modifier and Type | Method and Description |
---|---|
TargetMachine |
getX86_64()
Creates a
TargetMachine for the operating system of this instance and the x86 64-bit architecture. |
TargetMachine |
getX86()
Creates a
TargetMachine for the operating system of this instance and the x86 32-bit architecture. |
getArchitecture, getOperatingSystemFamily
TargetMachine getX86()
TargetMachine
for the operating system of this instance and the x86 32-bit architecture.TargetMachine
instance, never null.TargetMachine getX86_64()
TargetMachine
for the operating system of this instance and the x86 64-bit architecture.TargetMachine
instance, never null.