Lines Matching defs:Content
1460 StringRef Content = P ? P->getBuffer() : "";
1461 return detail::getHostCPUNameForPowerPC(Content);
1466 StringRef Content = P ? P->getBuffer() : "";
1467 return detail::getHostCPUNameForARM(Content);
1472 StringRef Content = P ? P->getBuffer() : "";
1473 return detail::getHostCPUNameForS390x(Content);
1603 StringRef Content = P ? P->getBuffer() : "";
1604 StringRef Name = detail::getHostCPUNameForRISCV(Content);
1660 StringRef Content = P ? P->getBuffer() : "";
1661 return detail::getHostCPUNameForSPARC(Content);