Home
last modified time | relevance | path

Searched refs:supportsTargetAttributeTune (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1208 virtual bool supportsTargetAttributeTune() const { in supportsTargetAttributeTune() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.h309 bool supportsTargetAttributeTune() const override { in supportsTargetAttributeTune() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3119 if (!Context.getTargetInfo().supportsTargetAttributeTune() && in checkTargetAttr()