Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DHost.h65 StringRef getHostCPUNameForARM(StringRef ProcCpuinfoContent);
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp155 StringRef sys::detail::getHostCPUNameForARM(StringRef ProcCpuinfoContent) { in getHostCPUNameForARM() function in sys::detail
1224 return detail::getHostCPUNameForARM(Content); in getHostCPUName()