Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp325 uint32_t is_64_bit_capable = false; in GetArchitecture() local
336 len = sizeof (is_64_bit_capable); in GetArchitecture()
337 if (::sysctlbyname("hw.cpu64bit_capable", &is_64_bit_capable, &len, NULL, 0) == 0) in GetArchitecture()
339 if (is_64_bit_capable) in GetArchitecture()
343 if (is_64_bit_capable) in GetArchitecture()