Searched refs:hostInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1136 host_basic_info_data_t hostInfo; local
1141 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo,
1145 if (hostInfo.cpu_type != CPU_TYPE_POWERPC)
1148 switch (hostInfo.cpu_subtype) {
1202 host_basic_info_data_t hostInfo; local
1207 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo,
1211 if (hostInfo.cpu_type != CPU_TYPE_ARM) {
1215 switch (hostInfo.cpu_subtype) {

Completed in 59 milliseconds