Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DHost.h65 StringRef getHostCPUNameForS390x(StringRef ProcCpuinfoContent);
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp394 StringRef sys::detail::getHostCPUNameForS390x(StringRef ProcCpuinfoContent) { in getHostCPUNameForS390x() function in sys::detail
1473 return detail::getHostCPUNameForS390x(Content); in getHostCPUName()