Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DGlobalDecl.h122 unsigned getMultiVersionIndex() const { in getMultiVersionIndex() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1426 GD.getMultiVersionIndex(), Out); in getMangledNameImpl()
1433 GD.getMultiVersionIndex(), Out); in getMangledNameImpl()
2165 SD->getCPUName(GD.getMultiVersionIndex())->getName()); in GetCPUAndFeaturesAttributes()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp12357 SD->getCPUName(GD.getMultiVersionIndex())->getName(), FeaturesTmp); in getFunctionFeatureMap()
12365 StringRef VersionStr = TC->getFeatureStr(GD.getMultiVersionIndex()); in getFunctionFeatureMap()