Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDHost.cpp1175 mach_msg_type_number_t infoCount; in getHostCPUName() local
1177 infoCount = HOST_BASIC_INFO_COUNT; in getHostCPUName()
1180 &infoCount); in getHostCPUName()
1241 mach_msg_type_number_t infoCount; in getHostCPUName() local
1243 infoCount = HOST_BASIC_INFO_COUNT; in getHostCPUName()
1246 &infoCount); in getHostCPUName()