Home
last modified time | relevance | path

Searched defs:validateCpuIs (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1342 bool X86TargetInfo::validateCpuIs(StringRef FeatureStr) const { validateCpuIs() function in X86TargetInfo
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1451 virtual bool validateCpuIs(StringRef Name) const { return false; } validateCpuIs() function