Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1378 mach_msg_type_number_t infoCount; in getHostCPUName() local
1380 infoCount = HOST_BASIC_INFO_COUNT; in getHostCPUName()
1383 &infoCount); in getHostCPUName()