Searched defs:validateCpuIs (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | PPC.cpp | 932 bool PPCTargetInfo::validateCpuIs(StringRef CPUName) const { validateCpuIs() function in PPCTargetInfo |
H A D | X86.cpp | 1360 bool X86TargetInfo::validateCpuIs(StringRef FeatureStr) const { validateCpuIs() function in X86TargetInfo |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1513 virtual bool validateCpuIs(StringRef Name) const { return false; } validateCpuIs() function |