Home
last modified time | relevance | path

Searched refs:doesFeatureAffectCodeGen (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h158 bool doesFeatureAffectCodeGen(StringRef Name) const override;
H A DAArch64.cpp706 bool AArch64TargetInfo::doesFeatureAffectCodeGen(StringRef Name) const { in doesFeatureAffectCodeGen() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1399 virtual bool doesFeatureAffectCodeGen(StringRef Feature) const { in doesFeatureAffectCodeGen() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3100 if (TInfo.doesFeatureAffectCodeGen(CurFeature)) in checkTargetClonesAttrString()