Lines Matching full:machine
29 static StringRef getMachineName(uint16_t Machine) {
30 switch (Machine) {
82 if (!IsPE && COFFHeader->Machine == COFF::IMAGE_FILE_MACHINE_UNKNOWN &&
102 uint16_t Machine =
103 COFFHeader ? COFFHeader->Machine : COFFBigObjHeader->Machine;
108 << "machine = " << getMachineName(Machine) << "\n";
111 switch (Machine) {
116 "Unsupported target machine architecture in COFF object " +
117 ObjectBuffer.getBufferIdentifier() + ": " + getMachineName(Machine));
129 "Unsupported target machine architecture in COFF link graph " +