Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp883 SmallVector<StringRef, 8> AllExts; in parseArchString() local
921 if (!IgnoreUnknown && llvm::is_contained(AllExts, Name)) { in parseArchString()
932 AllExts.push_back(Name); in parseArchString()
936 for (auto Ext : AllExts) { in parseArchString()