Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DHost.h64 StringRef getHostCPUNameForPowerPC(StringRef ProcCpuinfoContent);
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DHost.cpp76 StringRef sys::detail::getHostCPUNameForPowerPC(StringRef ProcCpuinfoContent) { in getHostCPUNameForPowerPC() function in sys::detail
1342 return detail::getHostCPUNameForPowerPC(Content); in getHostCPUName()