Lines Matching defs:machine
587 coff_header.machine = data.GetU16(offset_ptr);
947 if (m_coff_header.machine != llvm::COFF::IMAGE_FILE_MACHINE_AMD64)
1226 if (m_coff_header.machine) {
1277 s->Printf(" machine = 0x%4.4x\n", header.machine);
1403 uint16_t machine = m_coff_header.machine;
1404 switch (machine) {
1416 arch.SetArchitecture(eArchTypeCOFF, machine, LLDB_INVALID_CPUTYPE,
1425 if (m_coff_header.machine != 0) {