Searched refs:targetCpuType (Results 1 – 1 of 1) sorted by relevance
1834 uint32_t targetCpuType; in isArchABICompatible() local1835 std::tie(targetCpuType, std::ignore) = getCPUTypeFromArchitecture(targetArch); in isArchABICompatible()1839 return cpuType == targetCpuType; in isArchABICompatible()