Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h122 unsigned getMultiVersionIndex() const { in getMultiVersionIndex() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1889 GD.getMultiVersionIndex(), Out); in getMangledNameImpl()
1911 unsigned Index = GD.getMultiVersionIndex(); in getMangledNameImpl()
2663 TuneCPU = SD->getCPUName(GD.getMultiVersionIndex())->getName(); in GetCPUAndFeaturesAttributes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14103 SD->getCPUName(GD.getMultiVersionIndex())->getName(), FeaturesTmp); in getFunctionFeatureMap()
14112 TC->getFeatures(Feats, GD.getMultiVersionIndex()); in getFunctionFeatureMap()
14120 StringRef VersionStr = TC->getFeatureStr(GD.getMultiVersionIndex()); in getFunctionFeatureMap()