Searched refs:ArchNames (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64TargetParser.h72 const ARM::ArchNames<ArchKind> AArch64ARCHNames[] = {
H A DARMTargetParser.h202 template <typename T> struct ArchNames { struct in namespace:llvm::ARM
223 static const ArchNames<ArchKind> ARCHNames[] = {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1351 llvm::StringSet<> ArchNames; local
1355 ArchNames.insert(ArchName);
1358 if (ArchNames.size() > 1) {
1975 llvm::StringSet<> ArchNames; local
1989 if (ArchNames.insert(A->getValue()).second)
3803 llvm::StringSet<> ArchNames;
3807 ArchNames.insert(A->getValue());
3829 /*MultipleArchs*/ ArchNames.size() > 1,

Completed in 68 milliseconds