Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp3040 std::vector<std::string> FeatStr = in EmitRISCVMultiVersionResolver() local
3043 assert(FeatStr.size() == 1 && "Feature string not delimited"); in EmitRISCVMultiVersionResolver()
3045 std::string &CurrFeat = FeatStr.front(); in EmitRISCVMultiVersionResolver()