Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h35 ArchSetType ArchSet{0};
53 return ArchSet; in clear()
61 return (ArchSet & Archs.ArchSet) == Archs.ArchSet; in contains()
84 Ty *ArchSet; variable
99 : Index(Index), ArchSet(ArchSet) { in Index()
118 return std::tie(Index, ArchSet) == std::tie(o.Index, o.ArchSet);
125 return {ArchSet & o.ArchSet};
129 return {ArchSet | o.ArchSet};
133 ArchSet |= o.ArchSet;
143 return ArchSet == o.ArchSet;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp422 std::set<ArchitectureSet> ArchSet; in NormalizedTBD() local
424 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD()
427 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD()
433 ArchSet.insert(Architectures); in NormalizedTBD()
436 for (auto Architectures : ArchSet) { in NormalizedTBD()
494 ArchSet.clear(); in NormalizedTBD()
500 ArchSet.insert(Architectures); in NormalizedTBD()
503 for (auto Architectures : ArchSet) { in NormalizedTBD()
H A DArchitectureSet.cpp32 if (ArchSet & (1U << i)) in count()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4416 std::set<StringRef> ArchSet; in getConflictOffloadArchCombination() local
4417 llvm::copy(Archs, std::inserter(ArchSet, ArchSet.begin())); in getConflictOffloadArchCombination()
4418 return getConflictTargetIDCombination(ArchSet); in getConflictOffloadArchCombination()