Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp12355 llvm::SmallVector<StringRef, 32> FeaturesTmp; in getFunctionFeatureMap() local
12357 SD->getCPUName(GD.getMultiVersionIndex())->getName(), FeaturesTmp); in getFunctionFeatureMap()
12358 std::vector<std::string> Features(FeaturesTmp.begin(), FeaturesTmp.end()); in getFunctionFeatureMap()