Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDHost.h64 StringRef getHostCPUNameForS390x(StringRef ProcCpuinfoContent);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDHost.cpp283 StringRef sys::detail::getHostCPUNameForS390x(StringRef ProcCpuinfoContent) { in getHostCPUNameForS390x() function in sys::detail
1232 return detail::getHostCPUNameForS390x(Content); in getHostCPUName()