Map a COFF machine type to a Triple architecture.
Declared in <llvm/Object/WindowsMachineFlag.h>
template<typename T>
Triple::ArchType
getMachineArchType(T machine);
The corresponding Triple architecture, or UnknownArch if the machine type is not recognized.
| Name | Description |
|---|---|
| machine | COFF machine type value (typically a MachineTypes enumerator). |