Home
last modified time | relevance | path

Searched refs:COFFMachineToMachCPU (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp28 static uint32_t COFFMachineToMachCPU(uint16_t machine);
943 COFFMachineToMachCPU (uint16_t machine, ArchSpec &arch) in COFFMachineToMachCPU() function
979 return COFFMachineToMachCPU (m_coff_header.machine, arch); in GetArchitecture()