Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DHost.h65 StringRef getHostCPUNameForARM(StringRef ProcCpuinfoContent);
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DHost.cpp159 StringRef sys::detail::getHostCPUNameForARM(StringRef ProcCpuinfoContent) { in getHostCPUNameForARM() function in sys::detail
1348 return detail::getHostCPUNameForARM(Content); in getHostCPUName()