Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.cpp1020 bool X86TargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports() function in X86TargetInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1292 virtual bool validateCpuSupports(StringRef Name) const { return false; } in validateCpuSupports() function